Thread
:
Automatically loading page
View Single Post
#
2
(
permalink
)
08-27-03, 01:15 PM
ermau
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
ermau
View Public Profile
Find all posts by ermau