How would I execute the following in PHP's shell_exec command?
csvsql --db postgresql://postgres:username@192.168.50.77/mydb --no-constraints --insert --table geocoding_9D91EEDE-0BA5-4622-B4DC-DAE62FD3295F_1 "/tmp/9D91EEDE-0BA5-4622-B4DC-DAE62FD3295F/1/Test.csv"
Executing it directly from the terminal it works 100%, but executing it from php's shell_exec or exec, nothing happens.