Re: [PHP-DB] Linux Commands

2006-06-03 Thread Micah Stevens
http://us3.php.net/exec I thought this was a database list? -Micah Manoj Singh wrote: Hello All, Is it possible to run the Linux Commands through php functions or code? If anyone knows, please help me out. Regards Manoj !DSPAM:44813dab14511796716657! -- PHP Database Mailing List (http:

Re: [PHP-DB] SSL implementation

2006-06-03 Thread chris smith
On 6/3/06, Blanton, Bob <[EMAIL PROTECTED]> wrote: Hi, I'm new to web programming and Apache & PHP so this may seem like a dumb question. Is there a preferred way to implement SSL in a website or web application? Is it handled using PHP or Apache? Or both? I see there is the Apache Open SSL

Re: [PHP-DB] Linux Commands

2006-06-03 Thread John Meyer
Manoj Singh wrote: Hello All, Is it possible to run the Linux Commands through php functions or code? If anyone knows, please help me out. Regards Manoj http://www.php.net/exec BTW, this is very risky and exposes your server to attacks. Try to find an alternative first before you let hac

[PHP-DB] Re: Linux Commands

2006-06-03 Thread David Robley
Manoj Singh wrote: > Hello All, > > Is it possible to run the Linux Commands through php functions or code? > > If anyone knows, please help me out. > > Regards > Manoj php.net/manual/en/ref.exec.php Cheers -- David Robley User Error: replace user and press any key to continue. Today is Pr

[PHP-DB] Linux Commands

2006-06-03 Thread Manoj Singh
Hello All, Is it possible to run the Linux Commands through php functions or code? If anyone knows, please help me out. Regards Manoj