Home  • Courses • Software Engineering
<?php //-----associative array---------// $student["name"]="Jahidul Islam"; $student["age"]=34; $student["email"]="jahid@yahoo.com"; $student["address"]="Mohammadpur"; foreach($student as $field=>$value){ echo $field." : ".$value."<br/>"; } ?>

Comments 0


Copyright © 2024. Powered by Intellect Software Ltd