satikas Posted September 16, 2007 Share Posted September 16, 2007 Is it possible to extend this script: <?php include('somefile.php'); ?> So it would include only previously defined LINES of the somefile.php instead of loading it all. Link to comment https://forums.phpfreaks.com/topic/69599-extended-include/ Share on other sites More sharing options...
btherl Posted September 17, 2007 Share Posted September 17, 2007 You can use conditional statements (if) within somefile.php, based on a variable set by your including script. Link to comment https://forums.phpfreaks.com/topic/69599-extended-include/#findComment-349843 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.