Re: [PHP] probs with exec, pls pls help

2001-09-03 Thread Chris Hobbs
David Robley wrote: > On Mon, 3 Sep 2001 17:00, taz wrote: >> > Probably the user that your webserver, and hence your php script, runs as > does not have permissions to execute mysqlimport. Or, mysqlimport is not in the path - try using the complete path and see if that solves it. --

Re: [PHP] probs with exec, pls pls help

2001-09-02 Thread David Robley
On Mon, 3 Sep 2001 17:00, taz wrote: > Should this work, if not, why not? > > > > the import works fine from the command line > exec("ls") works too > > > TIA > Terry Probably the user that your webserver, and hence your php script, runs as does not have permissions to execute mysqlimport. --

[PHP] probs with exec, pls pls help

2001-09-02 Thread taz
Should this work, if not, why not? the import works fine from the command line exec("ls") works too TIA Terry