[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP as a scripting language.
- Subject: Re: [cobalt-users] PHP as a scripting language.
- From: Brad Hubbard <brad@xxxxxxxxxxxxxxxx>
- Date: Mon Jun 25 12:44:06 2001
- Organization: Congo Systems
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Mon, 25 Jun 2001 16:31, Charles Williams \(CEO\) wrote:
> Hey all,
>
> for those of you that were interested and those of you that missed it. I
> have posted on my site how to access commandline parameters in a PHP
> script.
>
> Just take a look here.
>
> http://www.acnsnet.com/~slydder/faqs/op/faqsView/fid/15/
or
function com_line()
{
global $argv;
expand( $argv, EXTR_OVERWR );
}
Not necessarily better, just different.
Cheers,
Brad