View Single Post
  #1 (permalink)  
Old 08-27-03, 11:50 AM
mpalmen mpalmen is offline
New Member
 
Join Date: Aug 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Automatically loading page

Greetings !

Can anyone tell me what PHP code I should use when I want another page to be automatically loaded should part of a IF statement be activated ?

Basically I want something like this:

IF (statement TRUE)
{ load page automatically}
ELSE
{do another thing}

All suggestions are welcome.

Regards,

Maurice
Reply With Quote