Have just installed PHP 4.3.9 and Apache 1.3 on a WinXP computer.
Everything seems ok, but i can not transfer variables with PHP

With this call in IE http://127.0.0.1/test.php?a=1

And test.php looking like this:

<?php
print "Test a=" . $a;
?>

It just prints a=

Any ideas ??

Reply via email to