Re: Transaction including two web page + timer - Mailing list pgsql-php

From Bruno Wolff III
Subject Re: Transaction including two web page + timer
Date
Msg-id 20021109214018.GA22305@wolff.to
Whole thread Raw
In response to Re: Transaction including two web page + timer  ("Zhidian Du" <duzhidian@hotmail.com>)
Responses Transaction including two web page + timer  (brew@theMode.com)
List 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 by date:

Previous
From: "Zhidian Du"
Date:
Subject: Re: Transaction including two web page + timer
Next
From: "Zhidian Du"
Date:
Subject: Parent table has not oid?