|
Posted by Kimmo Laine on 09/27/06 08:32
"yusuf" <yusufm@gmail.com> wrote in message
news:1159340135.258673.299180@e3g2000cwe.googlegroups.com...
>> Also try something like this for debugging:
>>
>> $output = system('ls', $return_val)
>> var_dump($output); // This will be boolean false on failure
>> var_dump($return_val); // This will contain the return status of the
>> command
>
> They are printing out:
>
> NULL
> NULL
Huh, it would seem like system function is disabled, since it returns
absolutely nothing. It's a configuration issue, so which propably works just
fine, php just can't access it cos it's not allowed.
--
"Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk
http://outolempi.net/ahdistus/ - Satunnaisesti pδivittyvδ nettisarjis
spam@outolempi.net || Gedoon-S @ IRCnet || rot13(xvzzb@bhgbyrzcv.arg)
Navigation:
[Reply to this message]
|