i'm a newbie in php, and i know this question maybe silly :(
i tried to create a php file that will redirect to yahoo.com.
i have searched in google, and i found that the code should be
<?php
header('Location:http://www.yahoo.com
?>
but i found that it didn't work.
anyone has clue about this?
does the version of php affect it?