http://no.php.net/manual/e
halion at gmail dot com
09-Aug-2007 11:53
mysql_query doesnt support multiple queries, a way round this is to use innodb and transactions
this db class/function will accept an array of arrays of querys, it will auto check every line for affected rows in db, if one is 0 it will rollback and return false, else it will commit and return true, the call to the function is simple and is easy to read etc
Main Topics
Browse All Topics





by: thor918Posted on 2008-08-24 at 10:32:43ID: 22301389
never mind ery
I just read in php manual:
"multiple queries are not supported)"
http://no.php.net/mysql_qu
hmm how should I go about my query then. think think....