Anon
08-05-2002, 05:22 AM
I have just installed apache-1.3.26 and php4-4.2.1 on a freeBSD 4.6 box. The web server and php pages all work fine, except when passing variables to another page in the URL. eg. the following code will not work:
<?
$counter=$counter+1;
echo \"$counter\";
echo \"<p><a href=\\\"$PHP_SELF?counter=$counter\\\">increase</a>\";
?>
The code works on another box that I setup exactly the same, the only difference is that it is running php4-4.1.1
Thanks
Clint
<?
$counter=$counter+1;
echo \"$counter\";
echo \"<p><a href=\\\"$PHP_SELF?counter=$counter\\\">increase</a>\";
?>
The code works on another box that I setup exactly the same, the only difference is that it is running php4-4.1.1
Thanks
Clint