bm4499 Posted January 8, 2010 Share Posted January 8, 2010 Does anyone know how to hide the addressbar's url after running the code: header('Location: http://yourdomain.com/u.php'); Link to comment https://forums.phpfreaks.com/topic/187680-url-question/ Share on other sites More sharing options...
cags Posted January 8, 2010 Share Posted January 8, 2010 What do you mean hide the address bars URL? Link to comment https://forums.phpfreaks.com/topic/187680-url-question/#findComment-990819 Share on other sites More sharing options...
bm4499 Posted January 8, 2010 Author Share Posted January 8, 2010 Hi, thanks for your reply! See the attachment. I want that hidden or text like 'welcome to this page'. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/187680-url-question/#findComment-990888 Share on other sites More sharing options...
cags Posted January 8, 2010 Share Posted January 8, 2010 That's not the address bar it's the title bar. Any text placed in a <title> tag in the <head> section of the page should appear there. If a page doesn't include a title tag then Internet Explorer uses the URL of the current page, not all browsers do that. <head> <title>Welcome to this page</title> </head> Link to comment https://forums.phpfreaks.com/topic/187680-url-question/#findComment-990891 Share on other sites More sharing options...
bm4499 Posted January 18, 2010 Author Share Posted January 18, 2010 it did not help. the page that is called is some html/php file that is in hardware and I have no rights to edit. Link to comment https://forums.phpfreaks.com/topic/187680-url-question/#findComment-997104 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.