Tagged Questions
2
votes
3answers
191 views
How can I run a PHP script by dropping file on icon?
I have a php script that takes a filename as an argument. When I run it from a terminal window I type
./my_script.php file_to_process.txt
It works great!
What I would like to be able to do is to ...