I have a folder with 3 different php scripts in it. email.php txt.php android.php
I pipe emails and/or txts to their respective scripts, and use http POST to send da
Use ls as @DavidXia suggests and check who has ownership of the output files. They should be owned by the user who was running whichever script created them. If the files are owned by different users, then you will need to put the users in a common group and assign all the files to be owned by that group (the users who own the files can remain discrete). Then you'll also want to assign g+rw to all those files via chmod.