Moving server to PC problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Katherine Hall

    Moving server to PC problems

    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=2 1

    Any ideas?

    Thanks


  • Brion Vibber

    #2
    Re: Moving server to PC problems

    Katherine Hall wrote:[color=blue]
    > 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=2 1
    >
    > Any ideas?[/color]

    First thing to check: http://www.php.net/register_globals

    -- brion vibber (brion @ pobox.com)

    Comment

    Working...