I have a bash script which calls several awk routines that prepare certain data for input into a MySQL database.
I am attempting to automate the process using PHP and the exec(); function; but, so far, I can't get PHP to execute the bash script. I am only guessing here but perhaps it is an ownership issue? The file executes fine from command line- is executable and ownership is set to 'nobody'.
TIA for any suggestions, I am a little lost here...
-Allen
I am attempting to automate the process using PHP and the exec(); function; but, so far, I can't get PHP to execute the bash script. I am only guessing here but perhaps it is an ownership issue? The file executes fine from command line- is executable and ownership is set to 'nobody'.
TIA for any suggestions, I am a little lost here...
-Allen