[PHP] Re: php exec()

2008-11-07 Thread Michelle Konzack
Am 2008-11-03 13:28:27, schrieb cheesiong: hi Chris, thank you. i change the path and change the httpd.conf LogLevel to debug then restart apache. but nothing is change from the output or the error log. basically it is still not working. this is weird, isn't it. the apache is run with

[PHP] Re: php exec()

2008-11-02 Thread cheesiong
i try to use the system() function, i found the the last line of the ifconfig is actually nothing. but i still cannot execute the ipkg-cl program. any idea? thank you. regards,-keo On Mon, Nov 3, 2008 at 11:31 AM, cheesiong [EMAIL PROTECTED] wrote: hi all, this is the first time i try out

[PHP] Re: Php exec

2007-12-23 Thread Christophe Gosiau
Try to configure courier te read his mailboxes/users from mysql? mattias schreef: If i use courier-mta Can i create a php script wich create mailboxes? And users Hope any understand -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

SV: [PHP] Re: Php exec

2007-12-23 Thread mattias
Yes i have looked in that but not understadn anything -Ursprungligt meddelande- Från: Christophe Gosiau [mailto:[EMAIL PROTECTED] Skickat: den 23 december 2007 23:37 Till: php-general@lists.php.net Ämne: [PHP] Re: Php exec Try to configure courier te read his mailboxes/users from mysql

[PHP] Re: PHP exec function.

2005-06-10 Thread JamesBenson
I prefer using the backtick operator for the reason that I could never get exec(); to work. http://php.net/manual/en/language.operators.execution.php Bob Snowdon wrote: I run Windows XP Home SP2, Apache 1.3.24 and PHP 4.3.1. I have a php script which uses the exec function to invoke a

Re: [PHP] Re: PHP exec function.

2005-06-10 Thread John Nichel
JamesBenson wrote: I prefer using the backtick operator for the reason that I could never get exec(); to work. exec() can be disabled in the php.ini (as with any php function), and is commonly done on shared hosting systems. -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL

[PHP] Re: PHP EXEC();

2002-09-12 Thread Jesse Cablek
Doug Kozar writes: Does anyone know why the following script will not rebuild one of my sendmail databases? ? exec('/usr/sbin/makemap hash /etc/mail/virtusertable.db /etc/mail/virtusertable'); exit; ? Check your httpd logs. I'd be willing to bet it's a permissions issue as