Thanks Everyone. This is so cool!!! :)
On 10/22/03 11:15 PM, "Mykroft Holmes IV" <[EMAIL PROTECTED]> wrote:
>
>
> Mykroft Holmes IV wrote:
>
>>
>>
>> Chuck PUP Payne wrote:
>>
>>> Hi,
>>>
>>> Is there a way I can get php to call the program fortune then print
>>> that a
>>> web page.
>>>
On Wed, 22 Oct 2003 22:54:55 -0400, you wrote:
>Is there a way I can get php to call the program fortune then print that a
>web page.
http://uk2.php.net/system
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Chuck PUP Payne wrote:
> > Hi,
> >
> > Is there a way I can get php to call the program fortune
> then print that a
> > web page.
> >
> > Thanks.
> >
> > Payne
> >
>
> echo '';
> passthru(fortune);
> echo '';
>
> Should do it. I use this for a nice little Server Status page that
> iterate
Mykroft Holmes IV wrote:
Chuck PUP Payne wrote:
Hi,
Is there a way I can get php to call the program fortune then print
that a
web page.
Thanks.
Payne
echo '';
passthru(fortune);
echo '';
Should do it. I use this for a nice little Server Status page that
iterates through an array of uni
Hello Chuck--
You can use a number of PHP functions, such as shell_exec and passthru,
which will run an external app and return its result either in a
variable or directly to the output. Some more info regarding this
specific problem (and a script) here:
http://www.phparch.com/mailinglists/msg
Chuck PUP Payne wrote:
Hi,
Is there a way I can get php to call the program fortune then print that a
web page.
Thanks.
Payne
echo '';
passthru(fortune);
echo '';
Should do it. I use this for a nice little Server Status page that
iterates through an array of unix commands, works like a charm.
6 matches
Mail list logo