Re: postgreSQL web form; Security - Mailing list pgsql-php

From Rod Taylor
Subject Re: postgreSQL web form; Security
Date
Msg-id 1058580984.55079.10.camel@jester
Whole thread Raw
In response to postgreSQL web form; Security  (Davi Leal <davileal@terra.es>)
List pgsql-php
> How can we avoid this security risk using PHP & postgreSQL?.

Be sure to verify all input from the untrusted source is valid, and
after you do that, be sure to escape it using pg_escape_string() or
pg_escape_bytea().

Attachment

pgsql-php by date:

Previous
From: Davi Leal
Date:
Subject: postgreSQL web form; Security
Next
From: "Adrian Tineo"
Date:
Subject: Re: postgreSQL web form; Security