Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Send visitor to page two


brotherhood_of_LAN - 4:10 am on Mar 17, 2011 (gmt 0)


//automatically send the visitor to page two. www.domain_name.com/page_two.htm

header('Location: www.domain_name.com/page_two.htm');
exit(0);

This will use a 301 re-direct to that page.


Thread source:: http://www.webmasterworld.com/php/4282796.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com