Date: 04/27/00
- Next message: Claas Hilbrecht: "[phplib] cart set_item() problem"
- Previous message: Max A. Derkachev: "Re: [phplib] Disallowing infinite incorrect passwords"
- In reply to: darcy w. christ: "[phplib] ct_sql: ac_store problem on AIX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Claas Hilbrecht: "[phplib] cart set_item() problem"
- Previous message: Max A. Derkachev: "Re: [phplib] Disallowing infinite incorrect passwords"
- In reply to: darcy w. christ: "[phplib] ct_sql: ac_store problem on AIX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

