Re: [PHP-DB] Problem in executing linux command from PHP

2003-09-10 Thread Gnanavel
- Original Message - From: Sean Burlington [EMAIL PROTECTED] Newsgroups: php.db To: [EMAIL PROTECTED] Sent: Sunday, September 07, 2003 3:26 PM Subject: Re: [PHP-DB] Problem in executing linux command from PHP Gnanavel wrote: $output=exec(cp file1 file2); echo pre$output/pre; does

Re: [PHP-DB] Problem in executing linux command from PHP

2003-09-07 Thread Sean Burlington
Gnanavel wrote: $output=exec(cp file1 file2); echo pre$output/pre; does not works. can any one help me out of this problem When I was executing the cp command it doesn't return anything. But it returned the name of the last file when i executed the ls `cp file1 file2` doesn't return anything -

Re: [PHP-DB] Problem in executing linux command from PHP

2003-09-06 Thread Gnanavel
- Original Message - From: Sean Burlington [EMAIL PROTECTED] Newsgroups: php.db To: [EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 1:11 PM Subject: Re: [PHP-DB] Problem in executing linux command from PHP Gnanavel wrote: I have problem in executing linux command $output=exec

Re: [PHP-DB] Problem in executing linux command from PHP

2003-09-02 Thread Gnanavel
I have problem in executing linux command $output=exec(ls -a); echo pre$output/pre; the above coding works, but $output=exec(cp file1 file2); echo pre$output/pre; does not works. can any one help me out of this problem When I was executing the cp command it doesn't return anything. But it

Re: [PHP-DB] Problem in executing linux command from PHP

2003-09-02 Thread Sean Burlington
Gnanavel wrote: I have problem in executing linux command $output=exec(ls -a); echo pre$output/pre; the above coding works, but $output=exec(cp file1 file2); echo pre$output/pre; does not works. can any one help me out of this problem When I was executing the cp command it doesn't return

Re: [PHP-DB] Problem in executing linux command from PHP

2003-09-02 Thread David Smith
Gnanavel wrote: I have problem in executing linux command $output=exec(ls -a); echo pre$output/pre; the above coding works, but $output=exec(cp file1 file2); echo pre$output/pre; does not works. can any one help me out of this problem When I was executing the cp command it doesn't return

Re: [PHP-DB] Problem in executing linux command from PHP

2003-08-29 Thread Gnanavel
Quoting [EMAIL PROTECTED]: From: Gnanavel [EMAIL PROTECTED] I have problem in executing linux command $output=exec(ls -a); echo pre$output/pre; the above coding works, but $output=exec(cp file1 file2); echo pre$output/pre; does not works. can any one help me out of

[PHP-DB] Problem in executing linux command from PHP

2003-08-27 Thread Gnanavel
I have problem in executing linux command $output=exec(ls -a); echo pre$output/pre; the above coding works, but $output=exec(cp file1 file2); echo pre$output/pre; does not works. can any one help me out of this problem - Sify Mail - now with

Re: [PHP-DB] Problem in executing linux command from PHP

2003-08-27 Thread CPT John W. Holmes
From: Gnanavel [EMAIL PROTECTED] I have problem in executing linux command $output=exec(ls -a); echo pre$output/pre; the above coding works, but $output=exec(cp file1 file2); echo pre$output/pre; does not works. can any one help me out of this problem Riddle me this... exec()