Hi, which version on php u r using? it should work. (Actually working on own system with php 4.3.2) try $country_list[($country_symbol['AU'])];
Zareef Ahmed --- adwinwijaya <[EMAIL PROTECTED]> wrote: > Hi... > > I found a bug (may be) > I tried to do like this: > > $temp = $country_list[$country_symbol['AU']] ; > this didnt work, so I have to change to : > > $symbol = $country_symbol['AU']; > $temp = $country_list[$symbol] ; > > is this PHP bug ? > > -- > Best regards, > adwinwijaya > mailto:[EMAIL PROTECTED] ===== Zareef Ahmed :: A PHP Developer in Delhi(India). Homepage :: http://www.zasaifi.com __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php