I am in an early stage learning PHP and MySQL so I can convert my .asp /
MSSQL sites over.

In asp/MSSQL I can open a recordset with a sqlquery with multiple commands
in it.

eg. insert into table1 (test) 'blah' insert into table1 (test2) 'blah2'
insert into table2 (test) 'blah'

I can't see how I can do that with mysql_query in PHP with mysql

Thanks

Neil

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to