Re: [PHP] Re: mysql_real_escape_string() question
- From: digital.tarsier@xxxxxxxxx ("Eric Butera")
- Date: Thu, 28 Sep 2006 11:33:06 -0400
On 9/28/06, Ivo F.A.C. Fokkema <I.F.A.C.Fokkema@xxxxxxx> wrote:
Don't use addslashes. Keep using mysql_real_escape string but make
Hi Tedd,
According to
http://nl3.php.net/mysql_real_escape_string
The function requires a MySQL connection. If there is none, it
will try and create one. That fails now. Possibly you could use addslashes()?
Regards,
Ivo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
sure you have a valid link identifier like Ivo said.
string mysql_real_escape_string ( string unescaped_string [, resource
link_identifier] )
.
- References:
- Re: mysql_real_escape_string() question
- From: "Ivo F.A.C. Fokkema"
- Re: mysql_real_escape_string() question
- Prev by Date: Re: mysql_real_escape_string() question
- Next by Date: Re: [PHP] recv() socket question
- Previous by thread: Re: mysql_real_escape_string() question
- Next by thread: recv() socket question
- Index(es):
Relevant Pages
|