Re: PHP form Creates Blank DB entries

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: PHP form Creates Blank DB entries
Дата
Msg-id 20030701134657.GA1999@wolff.to
обсуждение исходный текст
Ответ на Re: PHP form Creates Blank DB entries  (Jeff <jam@zoidtechnologies.com>)
Ответы Re: PHP form Creates Blank DB entries  (Jeff <jam@zoidtechnologies.com>)
Список pgsql-php
On Mon, Jun 30, 2003 at 18:22:59 -0400,
  Jeff <jam@zoidtechnologies.com> wrote:
>
> also, I would suggest running each of the variables through a function that
> strips out html tags (since you don't really care about allowing them in
> this case, right?).. you can do that with strip_tags.. see
> http://php.net/strip_tags

Wouldn't it be better to replace <, >, " and & with <, >, " and
&, resprectively since those characters could legitimately appear
in at least some of those strings?

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

Предыдущее
От: Michael Hanna
Дата:
Сообщение: Re: Best way to convert PG's TIMESTAMPTZ to PHP DATE?
Следующее
От: Jeff
Дата:
Сообщение: Re: PHP form Creates Blank DB entries