John W. Holmes wrote:
Mark wrote:
The syntax I am using is this.
system('cmd/c start notepad my.txt', $results);
or
exec('start notepad my.txt', $results);
You shouldn't be using exe() or system() for this, use fopen() to open a
file from within PHP for editing.
Thanks for the reply. The fopen
Mark wrote:
The syntax I am using is this.
system('cmd/c start notepad my.txt', $results);
or
exec('start notepad my.txt', $results);
You shouldn't be using exe() or system() for this, use fopen() to open a
file from within PHP for editing.
--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/
2 matches
Mail list logo