On Wednesday 24 October 2001 14:33, _lallous wrote:
> 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.

try adding the mysql_telepathy extension

(seriously - how should the data get to and from mysql without a 
connection?)

-- 
Christian Reiniger
LGDC Webmaster (http://lgdc.sunsite.dk/)

/* you are not expected to understand this */

- from the UNIX V6 kernel source

--
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