RE: [PHP] WHAT IS NEW to PHP 4.2.1

2002-06-11 Thread John Holmes
I'm banking it's your register_globals setting in PHP.ini. Set it to on, then read the release notes of the program you just installed so you can learn why you want it OFF. ---John Holmes... > -Original Message- > From: Septic Flesh [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 11, 20

Re: [PHP] WHAT IS NEW to PHP 4.2.1

2002-06-11 Thread Chris Shiflett
This may be entirely incorrect, but something that might be worth checking is to find the SQL statements being executed for item 2) in your list and make sure that all values in the SQL statement have had addslashes() performed on them. For example, if your statement is something like: insert