David Robley wrote:
Ben wrote:
<snip>
My understanding is that mysql_real_escape_string will only work while
you are connected to mysql.  Not sure if that is the case in your
situation.


That is incorrect. mysql_real_escape_string is a php function, not mysql.

Actually, it's both. And yes, you *do* have to be connected to the mysql server.

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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

Reply via email to