Hi,
Suppose I enter the following URL in the browser:
http://localhost/db.php?page=1
Then, in db.php. I can use variable $page (value=1). Right? But I can't retrieve the value in db.php(echo $page gives nothing)... I have tested this in another machine. It works.
I am using win2000 pro. , apache 1.3.24 and install PHP as a module.
What's the problem ?
Thank you for your help.
Regards,
Michael