aruns Posted February 28, 2008 Share Posted February 28, 2008 hai, I am search about how to dynamically include file. For example if connection.php is include each file in the project how to avoid that. Thanks Arun Link to comment https://forums.phpfreaks.com/topic/93482-teach-me/ Share on other sites More sharing options...
spikeon Posted February 28, 2008 Share Posted February 28, 2008 require_once('connection.php'); i think? Link to comment https://forums.phpfreaks.com/topic/93482-teach-me/#findComment-478936 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.