hailam Posted April 4, 2009 Share Posted April 4, 2009 I need a frame into my website, a frame that will be always there no matter what page I visit. I need a banner to be as the frame, so I will see the banner from every page I visit. Is there any php code, which is made to put such frames in a website. any help would be appreciated Thank you Link to comment https://forums.phpfreaks.com/topic/152510-need-a-frame/ Share on other sites More sharing options...
Chinese Posted April 4, 2009 Share Posted April 4, 2009 1 create a new html-file 2 put your frame into it 3 write <?php include ("yourfile.html"); ?> into your sites wherever you want Link to comment https://forums.phpfreaks.com/topic/152510-need-a-frame/#findComment-801427 Share on other sites More sharing options...
ToonMariner Posted April 4, 2009 Share Posted April 4, 2009 use a template for your site - don't use a frame - they suck ass big styleeeee Link to comment https://forums.phpfreaks.com/topic/152510-need-a-frame/#findComment-801437 Share on other sites More sharing options...
hailam Posted April 5, 2009 Author Share Posted April 5, 2009 Thank you so much Link to comment https://forums.phpfreaks.com/topic/152510-need-a-frame/#findComment-801885 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.