hi there,
this is the first time, the scripts arent working as they should, even with register_globals setted to ON.
file temp.php looks like this:
<?php
echo $var;
?>
now, if i want to access to this file like this:
localhost/temp.php?var=12345
the browser returns me: the page cannot be found
register_globals are ON and still not working.-. what must i set or edit?
runing windows xp with iis. i know i did something in php.ini once, then the scripts worked, but i don't know what?
please help,
thanks