Tuesday, December 25, 2007

PHP : General Redirect with One Variable

<source_code>
<?php
$redirect="http://www.example.com";
echo "<html>\n<head>\n<meta http-equiv=\"REFRESH\"\n content=\"0;\n
URL=".$redirect."\">\n</head>\n</html>";
?>
</source_code>

No comments: