phppup Posted March 17, 2012 Share Posted March 17, 2012 CanI put one INCLUDE statement INSIDE of another INCLUDE statement? 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? 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. Link to comment https://forums.phpfreaks.com/topic/259147-include-inside-of-include/#findComment-1328552 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.