PHP Tips (Redirecting to a Page)
To Redirect an user to a new Page
use the follwoing script
<?php
header( 'Location: http://www.yourwebsite.com/redirect_page.html' ) ;
?>
But make sure that no HTTP headers have been sent before this code is beign executed
(i.e. this should come before the HTML tag in the page)
Labels: Krishna
1 Comments:
Onnume pirila.
Post a Comment
Subscribe to Post Comments [Atom]
<< Home