ok i use to have php 4.0.1 or something like that
i just install 4.3.9
but now i cant send variables to a webpage..
for example
lets say that i want to send $var=123 to receive.php
receive.php code is just:
<?
echo "$var";
?>
when i access the page the receive.php shows:
Notice: Undefined variable: texto in F:\sites\receive.php on line 2
Dont know why is not working if it use to work FINE as it suppose to do with the other PHP version...
Any ideas???