Re: [PHP] Troubleshooting Strange Problem

2001-02-22 Thread Philip Olson
It could have to do with the register_globals setting (within php.ini) as the following : Will print nothing if register_globals is off. The following will print it correctly, whether on or off (assuming track_vars is on) : Perhaps one script takes register_globals and track_vars into

[PHP] Troubleshooting Strange Problem

2001-02-22 Thread Ben Ocean
Hi, I moved my server, changed the IP addresses, etc., and now I'm having strange problems with PHP. Not on all scripts, just some. Scripts that worked just fine before I moved it. Most notably, I'm working with Phorm < http://holotech.net > and I can no longer pass certain variables. Again: t