kinks Posted August 3, 2009 Share Posted August 3, 2009 <?PHP include("footer.php"); ?> I want to convert that to also include a 'header.php' is that possible or is it two different codes? Link to comment https://forums.phpfreaks.com/topic/168635-php-includes/ Share on other sites More sharing options...
phpSensei Posted August 3, 2009 Share Posted August 3, 2009 <?PHP include("header.php"); include("footer.php");?> Link to comment https://forums.phpfreaks.com/topic/168635-php-includes/#findComment-889610 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.