2008/6/7 Ed Murphy <[EMAIL PROTECTED]>:
> I missed a piece of the web-based "record decision" form.  It's since
> been fixed.  As has the single-quote bug; PHP is apparently escaping
> quotes on its own, but not how PostgreSQL wants, so I'm doing
>  pg_escape_string(ereg_replace("\\\'", "'", $s))
> (let me know if this is wrong somehow, but at least the results look
> correct when queried).
>
>

Use stripslashes or was it cstripslashes?

ehird

Reply via email to