View Single Post
Old 01-12-2003, 03:36 AM  
mrthumbs
salad tossing sig guy
 
mrthumbs's Avatar
 
Join Date: Apr 2002
Location: mrthumbs*gmail.com
Posts: 11,702
dumb php question

just moved our databases to a new server
running the latest version of php and mysql.

Expected to run into a lot of shit but none of that
until this little fucking issue came up. And im TIRED and
not in the fucking mood.

Everything works but for some reason php
doesnt allow me to pass variables through the url
(which is quite essential )

www.bla.com/bla.php?var=hello

well..

content bla.php:
<?
echo $var;
?>

$var is empty instead of 'hello'.

How do i enable this and why the fuck is this disabled?
mrthumbs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote