PHP don't read parameter

After installing apache 1.3x and php4 in my laptop, i am writing some simple login scripts.

For example, a page login.php?page=proclogin

It doesn't look like that the variable page be able to recognize the proclogin in the URL bar when I try to execute it. Therefore, it never logins successfully.

Does it have anything to do with my scripts and I messed up the php/apache installation?

 

 

 

 

Top