> would header("http://url.com"); work ?
I am Very Sorry ,i don't know how to use header.
Can You give me some example?
Thank You Very Much!
is it?
<?
$file=header("http://www.yahoo.com");
if(!$file) {
echo "<p>Unable to open remote file.";
exit;
}
?>
result message is Unable to open remote file
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]