jason2444 Posted March 21, 2007 Share Posted March 21, 2007 using include ('mypage.php') want to know how i can include this page on another page but not display mypage.php in the web browser, but want all the code from mypage.php to be visible in the source code for the web crawlers. Link to comment https://forums.phpfreaks.com/topic/43618-hide-in-browser/ Share on other sites More sharing options...
mmarif4u Posted March 21, 2007 Share Posted March 21, 2007 I am not sure about ur question, can u be more clear. Link to comment https://forums.phpfreaks.com/topic/43618-hide-in-browser/#findComment-211805 Share on other sites More sharing options...
skali Posted March 21, 2007 Share Posted March 21, 2007 You can include the other page within a <div> and change the visibility of the <div style="visibility: hidden"> This way it will be in the source code but not visible to users. Link to comment https://forums.phpfreaks.com/topic/43618-hide-in-browser/#findComment-211809 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.