[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP from Command Line
- Subject: Re: [cobalt-users] PHP from Command Line
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed Sep 25 14:27:03 2002
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Wednesday 25 September 2002 04:17 pm, Damion C wrote:
>
> How about:
>
> #!/usr/bin/php -q
> <?
>
> print "Arg Count: " . $argc . "\n";
> print $argv[0] . " " . $argv[1];
>
> ?>
>
[root web]# php -c /etc/httpd/php.ini -f test3.php
Arg Count: 1
--
Gerald Waugh
http://frontstreetnetworks.com http://raqware.com
Front Street Networks LLC Phone: +1 203 785 0699
229 Front Street, Ste. C, New Haven CT 06513-3203