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

From brew@theMode.com
Subject Transaction including two web page + timer
Date
Msg-id Pine.BSF.4.44.0211100921090.92392-100000@themode.com
Whole thread Raw
In response to Re: Transaction including two web page + timer  (Bruno Wolff III <bruno@wolff.to>)
Responses Re: Transaction including two web page + timer
List pgsql-php
> > 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.

Look into session variables, they are stored on the web server and
available to all the following instances of PHP scripts from each
particular user.  It is set up with one line of code at the top of each
script and then you can pass the variables onto the following scripts, no
need to worry about the the details of file or database calls for the
temporary info, it's built into PHP.

brew



pgsql-php by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: serial type question
Next
From: arun kv
Date:
Subject: help