PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
//include files that possibly are overwritten
if (file_exists($mandator.'/footer.php'))
{
include_once($mandator.'/footer.php');
}
else
{
include_once('footer.php');
}