Mike Carter wrote: >"show.php?thePhoto=test.jpg" in a browser (with the correct url preceeding >the script name). So, it appears PHP is never parsing the argv, or something >major has changed between 4.05 and 4.23 where my test has to be re-written. > The release notes for PHP will indicate that the default for register_globals is now off. Either use $_GET['test'] or turn register_globals back on (not recommended).
HTH Chris > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php