Re: postgreSQL web form; Security

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: postgreSQL web form; Security
Дата
Msg-id 1058580984.55079.10.camel@jester
обсуждение исходный текст
Ответ на postgreSQL web form; Security  (Davi Leal <davileal@terra.es>)
Список 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().

Вложения

В списке pgsql-php по дате отправления:

Предыдущее
От: Davi Leal
Дата:
Сообщение: postgreSQL web form; Security
Следующее
От: "Adrian Tineo"
Дата:
Сообщение: Re: postgreSQL web form; Security