Re: [PHP] mysqlimport & exec()

2001-09-16 Thread David Robley
On Sat, 15 Sep 2001 13:02, Terry Reynolds wrote: > Hi > has anyone in the PHP world ever managed to run mysqlimport via exec? > > I have written a one line script > > mysqlimport -u user -ppassword table file.txt > > & chmodded it (+ x), which works from the command line every time. > I've tried e

[PHP] mysqlimport & exec()

2001-09-14 Thread Terry Reynolds
Hi has anyone in the PHP world ever managed to run mysqlimport via exec? I have written a one line script mysqlimport -u user -ppassword table file.txt & chmodded it (+ x), which works from the command line every time. I've tried exec(), system() etc within PHP but with no luck. I have my own