shanejeffery86 Posted August 15, 2008 Share Posted August 15, 2008 Hey all. Here is the breakdown of what is to be done. The user will be uploading a file (CSV -- Comma Separated Values -- exported from Microsoft Excel). There needs to be 3 different upload boxes as their is 3 different files all calling different scripts. When the user presses okay, to upload the files, then the scripts will be run. Each script will only run if it has a corresponding file uploaded. If anyone can give me some ideas on how to start this, it would be greatly appreciated. - Shane Link to comment https://forums.phpfreaks.com/topic/119898-upload-file-run-script-need-help-with-connecting-them/ Share on other sites More sharing options...
shanejeffery86 Posted August 15, 2008 Author Share Posted August 15, 2008 Note that the import scripts are already written and work perfectly. I just need to connect them with a UI of the sort. Link to comment https://forums.phpfreaks.com/topic/119898-upload-file-run-script-need-help-with-connecting-them/#findComment-617652 Share on other sites More sharing options...
JD* Posted August 18, 2008 Share Posted August 18, 2008 It should be pretty simple. right after your upload code, have it execute your script by either calling the function name or, if it's a command line script, using the exec function Link to comment https://forums.phpfreaks.com/topic/119898-upload-file-run-script-need-help-with-connecting-them/#findComment-618849 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.