Re: [PHP] Re: Undefined Variable Problems...

2005-03-06 Thread Guillermo Rauch
Also, since this is a very massive list with high traffic, quote when necessary. For example, consider this message: > Can i draw something ? Yes you can > Thanks You're welcome In that case quote is quite useful :D -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

RE: [PHP] Re: Undefined Variable Problems...

2005-03-06 Thread Nick Zukin
hp-general@lists.php.net Subject: [PHP] Re: Undefined Variable Problems... Please keep responses on the mailing list / newsgroup... Nick Zukin wrote: > Thanks for the quick response. > > Yes, had to turn register_globals on because it broke things. Many of these > sites aren't mine and I h

[PHP] Re: Undefined Variable Problems...

2005-03-06 Thread Jason Barnett
Please keep responses on the mailing list / newsgroup... Nick Zukin wrote: > Thanks for the quick response. > > Yes, had to turn register_globals on because it broke things. Many of these > sites aren't mine and I have no idea what's involved in trying to fix them > all. If you saw a full 1.2 GB

[PHP] Re: Undefined Variable Problems...

2005-03-06 Thread Jason Barnett
Nick Zukin wrote: ... > line 79, if ($forum_admin == 1) { > line 486, $uname = $cookie[1]; > line 216, $pwd = "$user[2]"; > > Line 79 is not part of a function or class. It is the first reference to > $forum_admin in the script. The other two are within functions and the > first call within tho