phppup Posted March 17, 2012 Share Posted March 17, 2012 CanI put one INCLUDE statement INSIDE of another INCLUDE statement? Quote Link to comment https://forums.phpfreaks.com/topic/259147-include-inside-of-include/ Share on other sites More sharing options...
jcbones Posted March 17, 2012 Share Posted March 17, 2012 Huh? Why would you need to do that? Quote Link to comment https://forums.phpfreaks.com/topic/259147-include-inside-of-include/#findComment-1328544 Share on other sites More sharing options...
Pikachu2000 Posted March 17, 2012 Share Posted March 17, 2012 I suppose you could do that, but it wouldn't make much sense at all. It would make more sense to just use two include()s in a script to begin with, or combine the two scripts into one and use a single include(). Edit: capitalisation. Quote Link to comment https://forums.phpfreaks.com/topic/259147-include-inside-of-include/#findComment-1328552 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.