This is a discussion on Moving server to PC problems within the PHP Language forums, part of the PHP Programming Forums category; I have a script that currently runs fine on a linux box, but move it to my home PC with ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Katherine Hall wrote:
> I have a script that currently runs fine on a linux box, but move it to my > home PC with Windows 2000 (still running PHP4 on Apache) it seems to no > longer be passing in the url variables: > > ..../1999.php?page=21 > > Any ideas? First thing to check: http://www.php.net/register_globals -- brion vibber (brion @ pobox.com) |