% Kevin Brown (
kevin_brown@qwest.net) wrote:
> the url (e.g. show_image.php?img_id=92). I think this right here is my
> problem. For some reason php is no longer accepting those values. Guess I'll
> have to go through the php.ini file and find out why it no longer does. PHP
Ooooh. the new defaults in php.ini is register_globals = No (or false),
turn that back to yes or true to get the old behaviour.
http://www.php.net/release_4_2_1.php has some details.
hth,
Gontran