Re: Transaction including two web page + timer

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Transaction including two web page + timer
Дата
Msg-id 20021109214018.GA22305@wolff.to
обсуждение исходный текст
Ответ на Re: Transaction including two web page + timer  ("Zhidian Du" <duzhidian@hotmail.com>)
Ответы Transaction including two web page + timer  (brew@theMode.com)
Список pgsql-php
On Sat, Nov 09, 2002 at 14:03:50 -0700,
  Zhidian Du <duzhidian@hotmail.com> wrote:
>
>
> Good idea.  One problem is that HTML is a stateless protocol.  How can I
> let application to hold the whole contents of the first page and second
> page?

PHP provides for session tracking. Somehow you have to be tying the two
web requests together. You could store the information from the first
request as a file or in a table in the database that holds the page 1
requests temporarily.

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

Предыдущее
От: "Zhidian Du"
Дата:
Сообщение: Re: Transaction including two web page + timer
Следующее
От: "Zhidian Du"
Дата:
Сообщение: Parent table has not oid?