|
Posted by J.O. Aho on 10/10/07 16:44
Henk Oegema wrote:
> J.O. Aho wrote:
>
>> As you can't export three shell variables at the same time, you require to
>> set them one at the time. If you still want to output all three at the
>> same time in the php script, then you need to use awk or another string
>> manipulating command and in which case it's less overhead to make a shell
>> script that does all itself.
>
> Now it's clear to me how it works. :)
>
> exten => 3014,n,Set(uptime=${CURL(http://localhost/uptime/uptime.php)})
Why use CURL???
As you are asking something from the localhost, which means the php script is
directly accessible without any use of a web server.
--
//Aho
Navigation:
[Reply to this message]
|