HTTP REDIRECT

PHP Redirect

<?php
header
("Location: http://www.example.com/"); /* Redirect browser */

/* Make sure that code below does not get executed when we redirect. */
exit;
?>

Javascript Redirect
<script type="text/javascript">
<!--
window.location = "http://www.arunrajr.com/"
//-->
</script>

Filed Under: javascriptPHPProgramming

Tags:

About the Author: me : yeay its me arun

RSSComments (0)

Trackback URL

Leave a Reply

Videos, Slideshows and Podcasts by Cincopa Wordpress Plugin