I think that the MySql's API allow to many queries to be executed w/o having
an open connection, example:
SELECT 1+1;

how can i issue such statments w/o opening a connection?

like SELECT NOW() ......


whenever I first run mysql_query() it tries to connect w/ default connection
settings.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to