Search found 1 match

by paulgodard
Thu Jul 16, 2009 4:02 am
Forum: PHP - Code
Topic: Get error information from system()
Replies: 9
Views: 183

Re: Get error information from system()

Hi everyone I am also using system() in php 5. I use it for executing mysql/mysqldump commands and I have a few issues. BTW, my webserver is unix but my local server is Mac OS-X. 1/ How to get the error message normally given in command line mode (Terminal). Here is what I have in my script : $Query...