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
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
2 matches
Mail list logo