View Single Post
  #2 (permalink)  
Old 08-27-03, 01:15 PM
ermau's Avatar
ermau ermau is offline
Wannabe Coder
 
Join Date: Aug 2003
Location: Florida, USA
Posts: 240
Thanks: 0
Thanked 0 Times in 0 Posts
Load as in go to another page?

PHP Code:

header("Location: http://yoururl/"); 

or as in load as in display in the current page?
PHP Code:

include_once('blah.html'); 

__________________
PHP / mySQL Developer
Reply With Quote