Re: [PHP-DB] executing system commands

2001-10-30 Thread B. PERRINE
Get a look at the PHP manual on www.php.net or mirror, annoted version, command : system, there is a good example. regards B. le jeu 25-10-2001 à 12:46, Ric Manalac a écrit : > hi, > > i'm a newbiew php developer. i'm trying to > execute a system command in one of my > php scripts. what i wou

RE: [PHP-DB] executing system commands

2001-10-25 Thread Jonathan Hilgeman
5, 2001 3:46 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] executing system commands hi, i'm a newbiew php developer. i'm trying to execute a system command in one of my php scripts. what i would like to do is to create a directory. my code goes like this: // chunk of code starts here $di

RE: [PHP-DB] executing system commands

2001-10-25 Thread Rick Emery
Does your web-host permit you to execute system commands? For system security, most will not. -Original Message- From: Ric Manalac [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 5:46 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] executing system commands hi, i'm a ne

[PHP-DB] executing system commands

2001-10-25 Thread Ric Manalac
hi, i'm a newbiew php developer. i'm trying to execute a system command in one of my php scripts. what i would like to do is to create a directory. my code goes like this: // chunk of code starts here $directory = generate_sessionid(); $command = "mkdir /home/httpd/html/miroku/downloads/$directo