|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
array question
ok,...I have seen this both ways,.....which way is correct/best/fastest
PHP Code:
Thanks for the Clarification. -- Jase |
|
#2
|
|||
|
|||
|
The correct way is $array['index']. If you're not using the quotes, it will be treaded like a constant, and a notice will be sent out. (set error_reporting to E_ALL, and you'll see)
__________________
Best Regards, Håvard Lindset |
|
#3
|
|||
|
|||
|
thats why I was asking,.....E_ALL is set,...and I have a 1 gig log file,...lol
Thanks for the Help -- Jase |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > array question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|