Hello,
I'm writing a script that involves creating files. Normally I execute my PHP scripts by loading up their URL on a browser. Well, naturally it didn't work this time, since the public can't create files in my account.
So I'm wondering, is there any way to execute a PHP script in my UNIX account, without having to use a browser?
Thanks in advance.