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 PROTECT
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 wi
akshay wrote / napÃsal (a):
exec() function is not working.
Is there any setting in PHP.ini
Do you use PHP5?
If yes, use instead: example: $var=shell_exec('ls');
trobi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, Jul 02, 2002 at 01:00:48PM -0500, Jay Blanchard wrote:
>
> This is the one that worked, not the other one with the variables. Now this
> one does not work and I don't insert any variables into it.
Let's do a quick test to isolate where the problem is.
Can you exec() some other simple st
4 matches
Mail list logo