[PHP-DB] Re: General Question!

2004-04-05 Thread Maurice Kevenaar
> name=total> You have to chainge this into: > UPDATE tbl score='$total' WHERE username='$username'; Then you have to chainge the query to something like this: for ($a = 0; $a <= count($username) -1; $a++){ $query = UPDATE tbl score='$total[$a]' WHERE username='$username[$a]; mysql_quer

[PHP-DB] Fatal error: Unknown():

2004-03-30 Thread Maurice Kevenaar
Hi all, I'm using Firebird as an database. I'm gettin BLOB's form the database (memo) On one pc I receve the folloing 2 errors: Fatal error: Unknown(): You can lose data. Close any blob after reading of writing it. Use ibase_blob_close() before calling ibase_close() in Unknown on line 0 Warning