Re: [PHP] global variables that are arrays

2002-10-08 Thread Christopher J. Crane

I didn't do it yet.
The script I am working on is large with many variables so I was hoping
someone else would know before I do it.

"Chris Hewitt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Christopher J. Crane wrote:
>
> >Can I do this?
> >global $Ticker=array();
> >
> I don't know, what happens when you try it?
>
> HTH
> Chris
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] global variables that are arrays

2002-10-08 Thread Chris Hewitt

Christopher J. Crane wrote:

>Can I do this?
>global $Ticker=array();
>
I don't know, what happens when you try it?

HTH
Chris



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] global variables that are arrays

2002-10-08 Thread Christopher J. Crane

Can you global a variable at the same time as making it an array?

I usually do this:
$Ticker = array(); global $Ticker;

Can I do this?
global $Ticker=array();

Thank you.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php