songs.xml <songs> <song dateplayed="2011-07-24 19:40:26"> <title>I left my heart on Europa</title> <artist>Ship of Nomads</artist> </song> <song dateplayed="2011-07-24 19:27:42"> <title>Oh Ganymede</title> <artist>Beefachanga</artist> </song> <song dateplayed="2011-07-24 19:23:50"> <title>Kallichore</title> <artist>Jewitt K. Sheppard</artist> </song> </songs> eg <?php $mysongs = simplexml_load_file('songs.xml'); echo "<ul id="songlist">n"; foreach ($mysongs as $songinfo): $title=$songinfo->title; ...
Coding Cheatsheets - Learn web development code and tutorials for Software developers which will helps you in project. Get help on JavaScript, PHP, XML, and more.