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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/69599-extended-include/#findComment-349843 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.