Gayner Posted December 2, 2009 Share Posted December 2, 2009 If my index.php has a bole bunch of if functions and exit's in them.. lol ? Quote Link to comment https://forums.phpfreaks.com/topic/183733-how-do-i-use-a-global-footer/ Share on other sites More sharing options...
RichardRotterdam Posted December 2, 2009 Share Posted December 2, 2009 If my index.php has a bole bunch of if functions and exit's in them.. lol ? how does that relate to your topic tittle "Re: How do I use a global footer..?" Can't you use a footer include? Quote Link to comment https://forums.phpfreaks.com/topic/183733-how-do-i-use-a-global-footer/#findComment-969755 Share on other sites More sharing options...
Gayner Posted December 2, 2009 Author Share Posted December 2, 2009 If my index.php has a bole bunch of if functions and exit's in them.. lol ? how does that relate to your topic tittle "Re: How do I use a global footer..?" Can't you use a footer include? yea but when my exit get's run it aint including anymore therefore it wont show? lol Quote Link to comment https://forums.phpfreaks.com/topic/183733-how-do-i-use-a-global-footer/#findComment-969762 Share on other sites More sharing options...
KevinM1 Posted December 2, 2009 Share Posted December 2, 2009 If my index.php has a bole bunch of if functions and exit's in them.. lol ? how does that relate to your topic tittle "Re: How do I use a global footer..?" Can't you use a footer include? yea but when my exit get's run it aint including anymore therefore it wont show? lol Write better error handling that doesn't rely on exit or die? We have a blog post on it: http://www.phpfreaks.com/blog/or-die-must-die Quote Link to comment https://forums.phpfreaks.com/topic/183733-how-do-i-use-a-global-footer/#findComment-969792 Share on other sites More sharing options...
JustLikeIcarus Posted December 2, 2009 Share Posted December 2, 2009 Also try using a switch case instead of multiple if's exit's. May make things easier. Quote Link to comment https://forums.phpfreaks.com/topic/183733-how-do-i-use-a-global-footer/#findComment-969816 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.