Thread: Redirection
View Single Post
  #5  
Old 03-05-2008, 07:41 AM
atholon is offline atholon
"ath-hole"

Join Date: Jan 2003
Location: Failville.
Posts: 11,357

Send a message via MSN to atholon
Code:
<script type="text/javascript">
<!--
window.location = "http://yoursite.com"
//-->
</script>
You can also use headers with php
__________________
Reply With Quote