View Single Post
Old 12-20-2003, 03:26 PM   PM User | #2
fimi
New Coder

 
Join Date: Dec 2003
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
fimi is an unknown quantity at this point
what are you trying to do?

You can NOT include stuff from other servers! it has to be within the server....if you are trying to redirect use

PHP Code:
<?

header
('http://urlgoeshere/');

?>
fimi is offline   Reply With Quote