don't know what i'm doing wrong take a look at this code:
Code:
<? 
Header("Location: http://google.com"); 
?>
instead of going to google as stated in the code, it gave me "The Page cannot be displayed" error

What should i do?