Redirect to a URL : URL Redirect « Network « PHP






Redirect to a URL

<?
header("Location: www.java2s.com");
?>
           
       

Related examples in the same category

1.Using the ? Operator