RE: [PHP-DEV] beginner question: how to execute unix command in PHP

2002-07-23 Thread James Cox
> > Hi, I'm just starting to learn PHP. I couldn't find how to exec unix > command and read the result. Basically, I just want to execute "ls -lrt" > and read and display the output. > > This may be very simple question, but for some reason, I couldn't find any > info on executing unix command

RE: [PHP-DEV] beginner question: how to execute unix command in PHP

2002-07-23 Thread David Viner
i think you want the php-general list. this list is for developing PHP itself, not developing in PHP. dave -Original Message- From: Paul Oh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 3:52 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] beginner question: how to execute unix

[PHP-DEV] beginner question: how to execute unix command in PHP

2002-07-23 Thread Paul Oh
Hi, I'm just starting to learn PHP. I couldn't find how to exec unix command and read the result. Basically, I just want to execute "ls -lrt" and read and display the output. This may be very simple question, but for some reason, I couldn't find any info on executing unix command from PHP. Tha