Is there a code that a person can put on a certain page where the URL is not visible? Is there a code I can put on a page that erases the URL? From being visible? example: if I type in example.com/mypage.php it will show mypage.php but pull up a seperate website, what is the most efficent way of doing this!? Thanks in Advance!, CB
include("mypage.php"); PHP: Or you could make a page redirect to yours; like www .moo.no. It's a norwegian site, but you could get it in english
That is a idea, but not one I like. I just ethicaly hate frames. but it will work!, but will not hide urls in the title, status, or display unless programmed to. Yes, + The Title, + The URL Address Bar I need it to display www.example.com, but the contents of the page is another webpage or sources from another webpage. Now, this looks like the ideal!, item. will this work with php4, or do I need 5. Redirect, would this hide the URL shown in the status, + Address Bar. ???, I have built tons of redirects, yet none hide the from address. It still shows the destination!, or where you came from! -- Thanks, all for your help here. CB