bobinindia Posted March 16, 2008 Share Posted March 16, 2008 I am trying to run another script from within my script. Is there a function for that? Link to comment https://forums.phpfreaks.com/topic/96425-run-one-script-from-another/ Share on other sites More sharing options...
sasa Posted March 16, 2008 Share Posted March 16, 2008 include() or header() Link to comment https://forums.phpfreaks.com/topic/96425-run-one-script-from-another/#findComment-493526 Share on other sites More sharing options...
bobinindia Posted March 16, 2008 Author Share Posted March 16, 2008 Will header run another script outside the script? For example I want to empty a directory but only after the present script has finished. using sleep(30); Link to comment https://forums.phpfreaks.com/topic/96425-run-one-script-from-another/#findComment-493538 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.