Re: [PHP-DB] Executing a shell script HELP!

2001-09-30 Thread Armando Cerna
On Sunday 30 September 2001 04:38 pm, Andreas D. Landmark wrote: > At 01.10.2001 00:02, you wrote: > >I have a shell script that I am executing like this $files = > > `shellscript`; but if I do an if ($files) it doesn't read $files as > > existing. The contents of the shell script is a smbclient

Re: [PHP-DB] Executing a shell script HELP!

2001-09-30 Thread Andreas D. Landmark
At 01.10.2001 00:02, you wrote: >I have a shell script that I am executing like this $files = `shellscript`; >but if I do an if ($files) it doesn't read $files as existing. The contents >of the shell script is a smbclient line that copies a bunch of DBF files from >another machine. Anyone have a