<?php $students=array("Alice"=>85,"Bob"=>78,"Charlie"=>92); for each($students as $name=>$score){ echo"$name scored $score\n"; }
To embed this project on your website, copy the following code and paste it into your website's HTML: