On Wed, 5 Jun 2002, Renaldo De Silva wrote:
> is there a simple way to automatically load a new page according to a
> choice made by a user.
>
> If one persons logs in they go to one page, If another peson logs in they go
> to another page?
--
PHP General Mailing List (http://www.php.net/)
[snip]
is there a simple way to automatically load a new page according to a
choice made by a user.
If one persons logs in they go to one page, If another peson logs in they go
to another page?
[/snip]
Use a switch statement as below;
//start session
session_start();
session_register("emailid"
Hi,
On Wed, 5 Jun 2002, Renaldo De Silva wrote:
> is there a simple way to automatically load a new page according to a
> choice made by a user.
>
> If one persons logs in they go to one page, If another peson logs in they go
> to another page?
You could keep the following information in a ta
naldo De Silva [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 1:01 PM
To: [EMAIL PROTECTED]
Subject: [PHP] open a new html page
is there a simple way to automatically load a new page according to a
choice made by a user.
If one persons logs in they go to one page, If another peson lo
is there a simple way to automatically load a new page according to a
choice made by a user.
If one persons logs in they go to one page, If another peson logs in they go
to another page?
Any help appreciated.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://w
5 matches
Mail list logo