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>
About

me : yeay its me arun

Tagged with: , ,
Posted in javascript, PHP, Programming

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>