Re: SQL injection

Поиск
Список
Период
Сортировка
От Matthew Terenzio
Тема Re: SQL injection
Дата
Msg-id 767911e873f98ba28df3c639f738ec3f@jobsforge.com
обсуждение исходный текст
Ответ на Re: SQL injection  (Michael Glaesemann <grzm@myrealbox.com>)
Ответы Re: SQL injection  (Alex Turner <armtuk@gmail.com>)
Список pgsql-general
On Nov 2, 2005, at 6:08 PM, Michael Glaesemann wrote:

> As an aside, it's interesting to see that the PHP documentation states:
> ---
> Magic Quotes is a process that automagically escapes incoming data to
> the PHP script. It's preferred to code with magic quotes off and to
> instead escape the data at runtime, as needed.
Haven't been totally immersed in this thread but here are reasons given
for not using Magic Quotes:

http://us2.php.net/manual/en/security.magicquotes.whynot.php

And here is pg_escape_string() :

http://us3.php.net/manual/en/function.pg-escape-string.php


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

Предыдущее
От: Patrick Hatcher
Дата:
Сообщение: Re: Data Dictionary generator?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Lock Modes (Documentation)