[PHP] WHAT IS NEW to PHP 4.2.1

2002-06-11 Thread Septic Flesh
Well I have jsut updates to the latest PHP version.. I was running a shopping catalog that now does not work with the new update.. I access the Database to get 1). a list of available Product categories. (that works) 2). then from the selected category I get the available products that are in

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:

RE: [PHP] WHAT IS NEW to PHP 4.2.1

2002-06-11 Thread John Holmes
10:25 PM To: [EMAIL PROTECTED] Subject: [PHP] WHAT IS NEW to PHP 4.2.1 Well I have jsut updates to the latest PHP version.. I was running a shopping catalog that now does not work with the new update.. I access the Database to get 1). a list of available Product categories