[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] PHP as a scripting language.



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