On Wed, Jan 21, 2009 at 12:45 PM, Edmund Hertle
<edmund.her...@student.kit.edu> wrote:
> 2009/1/21 Jay Moore <jaymo...@accu-com.com>
>
>> This is a MySQL class I use and I wanted to get everyone's thoughts on
>> how/if I can improve it.  This is for MySQL only.  I don't need to make it
>> compatible with other databases.  I'm curious what you all think.
>>
>> Thanks,
>> Jay
>
>
> Hey,
> 1. You know the mysqli-Class?
> 2. If yes, than I don't get it in which way this will improve mysql handling
>
>  -eddy
>

Yea if you're only targeting 1 db, then why not use that class?  At
least then there's the php manual to figure out what something does.

mysql_real_escape_string should use $this->link to properly escape
based on charset, not server default.  I'd also call it escape.

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

Reply via email to