I'm writing a small utility script in PHP that will look at a folder and if files exist, upload them to a ftp server.
Only problem so far is that the parameters are not seen.
What do I need to do in the script so the parameters come in:
postfiles.php local=c:\test remote=\test
TIA