Search results

  1. I

    PHP variables are not getting picked up

    $_GET['s']=="home" works now thanks!
  2. I

    PHP variables are not getting picked up

    nope still not working I thought that fixed it :/ blah.....
  3. I

    PHP variables are not getting picked up

    if($s=="company"){ echo "GAMERS EYE - Professional Gaming Templates // Company"; } coded in my <header> of index.php when you view http://itwizard.us?s=company Company doesnt show up in the title tag like it should Edit: oh wow I figured it out. I switched the $s == "blah" to $2 = "blah"...
  4. I

    PHP variables are not getting picked up

    Hi just wondering why my PHP variables wont pickup? Coding is correct...
Top