---------------------------------------------------------------------- I can't send multiple sql staments in one query, i always get an error saying that the sentece is incorrect, i thorw the sentece in a mysql console and works fine, i'm sepraing sentences with ; i try to separe using ;\n or ;\r\n but don't work ----------------------------------------------------------------------
No, can't do it. Only one query per mysql_query() call. Not sure with other database interfaces, but it should be the same. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php