Re: Transaction including two web page + timer

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Zhidian Du <duzhidian(at)hotmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Transaction including two web page + timer
Date: 2002-11-09 21:40:18
Message-ID: 20021109214018.GA22305@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Sat, Nov 09, 2002 at 14:03:50 -0700,
Zhidian Du <duzhidian(at)hotmail(dot)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.

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Zhidian Du 2002-11-10 06:04:05 Parent table has not oid?
Previous Message Zhidian Du 2002-11-09 21:03:50 Re: Transaction including two web page + timer