I needed to move a couple of working sites that use PHP scripts to a new
Win2K server.  The new server runs simple PHP scripts like <?php
phpinfo();?>.  But it will not run the scripts where input parameters are
added to the URL like:

        daily.php?week=1&day=1

This runs as if there was no input, like:

        daily.php

This is all running perfectly on the old server and everything "looks" the
same with the exception of going from php 4.0.6 to 4.2.1.  There are no
error messages that I can see coming up.

Any ideas what might be the issue here or where to look?

Thanks - Jack


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to