Hi, I encountered the following problem using php4 on win2k pro and apache 1.3.
Everything works fine so far, e.g. phpmyadmin and some other webs I build before on an Linux environment.
But every page I develop on this machine has got the error:
"Warning: Undefined variable .... on line ..."
Variables I put to the page with <a href="page.php?varible1=test">Link</a> e.g.
and try to catch with
<?
if ($variable1 == 'value') {
...
...
}
have no values inside.
Any suggestions to this problem?
Regards
Martin
?>