How can I redirect to another page without using header function and exit command?
PHPx really has a redirect function?
NOTE: I don't mean to use links.
Thanks
juan
1) dns
2) hardcoded in the web server
3) php header function sending a 302 status line
4) meta refresh to another url
5) body onload javascript to another location