Reference the assiciate array element : Associative Array : Data Structure PHP Source Code


PHP Source Code » Data Structure » Associative Array »

 

Reference the assiciate array element



<?
$birthdays['K''1988-04-12';
$birthdays['S''1986-05-16';
$birthdays['D''1983-02-09';

echo('My birthday is: ' . $birthdays['K']);
?>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Data Structure
» Associative Array