Re: [phplib] ct_sql: ac_store problem on AIX From: Max A. Derkachev (kot <email protected>)
Date: 04/27/00

Hello darcy,

Thursday, April 27, 2000, 2:08:26 AM, you wrote:

$this->>db->affected_rows() is returning 0 even when it updates.

If you update a record with the same values in MySQL, affected rows
will be 0.

dwc> Now i started to look at that code but quickly became
dwc> confused because all of the mysql functions (in db_mysql.inc) begins
dwc> with an ampersand(@). What the hell does that do??

The ampersand before the name of the function called tells php not to
expose warnings to the whole world looking at your php page.

-- 
Best regards,
Max A. Derkachev

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>