Hi all,
I have tried:
global $myArray[]
 
and it gives me an error 'the array expects semi-colon or comma'. Any helps
would be appreciated!
 
Thanks,
Wee

-----Original Message-----
From: Bjorn Abt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 10:57 AM
To: '[EMAIL PROTECTED]'
Subject: AW: [PHP] help with PHP global array



I would try: 

global $myArray[] 

Greetings Björn 

-----Ursprüngliche Nachricht----- 
Von: Wee Chua [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] 
Gesendet: Donnerstag, 7. Februar 2002 16:35 
An: PHP (E-mail) 
Betreff: [PHP] help with PHP global array 


Hi all, 
How can I declare a global array? Can I do this: 
$global myArray[] 

would I find out it is an array when I use it in other places? 

Thanks, 
Wee 

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

Reply via email to