PHP operators
Posted: Thu Jun 09, 2005 6:52 am
I have just started to lean PHP and my manual "PHP and MySQL Development" by Welling & Thomson shows the following code re a multidimensional array:
etc...
There is absolutely NOTHING I can find that explains exactly what the operator "=>" does. Can anyone please tell me as it keeps cropping up in oscommerce too!
JCART | Please use
Code: Select all
$products = array( array( 'Code' => 'Tire',
'Description' => 'Tires',
'Price' =>100
),There is absolutely NOTHING I can find that explains exactly what the operator "=>" does. Can anyone please tell me as it keeps cropping up in oscommerce too!
JCART | Please use
Code: Select all
tags when posting php code. Review [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color][/size]