postgresql in PHP

From: davidrboyer(at)gmail(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: postgresql in PHP
Date: 2007-10-29 14:02:41
Message-ID: 1193666561.068755.258510@o38g2000hse.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When I try to add or update a postgresql field from php, even though I
escape it, when I
try to include a single quote in a varchar field, the result is the
quote and everything following
is missing after being INSERTed or UPDATEd. Anybody have any ideas
what is going on?
Thanks in advance!

Dave

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pit M. 2007-10-29 14:44:05 Problems with PostgreSQL DBI-Link / DBD-ODBC
Previous Message Alvaro Herrera 2007-10-29 14:00:37 Re: I want to search my project source code