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

2003-09-09 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 f

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

2003-09-07 Thread Sean Burlington
Gnanavel wrote: $output=exec("cp file1 file2"); echo "$output"; 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 exe

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 "$output"; the above coding works, but $output=exec("cp file1 file2"); echo "$output"; does not works. can any one help me out of this problem When I was executing the "cp" command it doesn't return anything.

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 "$output"; the above coding works, but $output=exec("cp file1 file2"); echo "$output"; 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 returne

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 "$output"; the above coding works, but $output=exec("cp file1 file2"); echo "$output"; does not works. can any one help me out of this problem When I was executing the "cp" command it doesn't return anything.

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 "$output"; > > > > the above coding works, but > > > > $output=exec("cp file1 file2"); > > echo "$output"; > > > > does not works. can any

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 "$output"; > > the above coding works, but > > $output=exec("cp file1 file2"); > echo "$output"; > > does not works. can any one help me out of this problem Riddle me this... exec(

[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 "$output"; the above coding works, but $output=exec("cp file1 file2"); echo "$output"; does not works. can any one help me out of this problem - Sify Mail - now with Anti-viru