Re: [PHP] mysql_escape_string vs. mysqli_escape_string....

2004-07-01 Thread Justin Patrin
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)

Re: [PHP] mysql_escape_string vs. mysqli_escape_string....

2004-07-01 Thread Scott Fletcher
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"

Re: [PHP] mysql_escape_string vs. mysqli_escape_string....

2004-07-01 Thread Justin Patrin
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 typ