I'm using Firefox. If I use "mysql_escape_string()" I get a listing of
functions which does include mysql_escape_string and
mysqli_escape_string. It doesn't go straight to mysqli_escape_string,
though.

If you search without parenthesis, it works as expected. You don't
need (aren't supposed to use) parenthesis when searching for
functions.

On Thu, 1 Jul 2004 14:00:57 -0400, Scott Fletcher <[EMAIL PROTECTED]> wrote:
> 
> try "mysql_escape_string()"..... and I'm using Mozilla...
> 
> "Justin Patrin" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> 
> 
> > On Thu, 1 Jul 2004 09:37:46 -0400, Scott Fletcher <[EMAIL PROTECTED]> wrote:
> > >
> > > What the hell???  When I enter the "mysql_escape_string" in the "search
> for"
> > > textbox at www.php.net, I get a mysqli_escape_string result.  So, the
> > > question here is, is the website mistaken or is someone made a typo when
> > > posting to this php newsgroup???
> >
> > mysql_escape_string is definately there. Also, if I search for it, I
> > get it fine. Perhaps you didn't type it quite like that? Or maybe it's
> > been fixed since you posted. ;-)
> >
> > --
> > DB_DataObject_FormBuilder - The database at your fingertips
> > http://pear.php.net/package/DB_DataObject_FormBuilder
> >
> > paperCrane --Justin Patrin--
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 



-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

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

Reply via email to