SoulSensus Posted August 24, 2009 Share Posted August 24, 2009 I want to keep banner in index.php, from a page banner.php (where there is banner image) I think it is possible to call banner.php in the index page. This is my first post, and I'm totally confused where to ask help. Link to comment https://forums.phpfreaks.com/topic/171596-new-in-php/ Share on other sites More sharing options...
NickTyson Posted August 24, 2009 Share Posted August 24, 2009 <?php include_once('banner.php'); ?> or, if you want to require it to be there <?php require_once('banner.php'); ?> Link to comment https://forums.phpfreaks.com/topic/171596-new-in-php/#findComment-904862 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.