| |||||||||||
| |||||||||||
Passing many SQL queries to one mysql_query Posted by pgroves (pgroves), 25 October 2002 Hi - I need to run a number of SQL queries via PHP from one PHP script and was wondering whether I have to open a seperate mysql_query($querystring, $dbid) call for each query or if I can seperate them out with ";" characters like you normally can in SQL and do everything in one mysql_query function e.g.Code:
One first experiments, it doesn't seem to work, but maybe I'm doing this wrong cheers Paul Posted by admin (Graham Ellis), 26 October 2002 I think you have to generate separate queries. The ";" character that you may be familiar with using as a command line (or script) input to the mysql client program is a statement terminator that the mysql program uses. Mysql strips it off and it never gets passed on to mysqld.This page is a thread posted to the opentalk forum
at www.opentalk.org.uk and
archived here for reference. To jump to the archive index please
follow this link.
|
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 793803 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho |