Posted by Michael Fesser on 10/01/07 06:17
..oO(Roberto)
>I have been using pg_escape_string from the php5-pgsql library even
>though I am using SQLite. This is because I've found no equivalent for
>SQLite. Can someone tell me how to replace this with a series of
>functions (likely preg_replace()) so that I no longer need the
>dependency on php5-pgsql?
What about sqlite_escape_string()? Or PDO?
Micha
Navigation:
[Reply to this message]
|