/* http://www.somecoders.com/2006/05/parsing-xml-with-php/ */ Untitled Document My playlist currently includes:Array ( [Dani California] => Array ( [artist] => The Red Hot Chili Peppers [rating] => 4/5 ) [We Are All on Drugs] => Array ( [artist] => Weezer [rating] => 3/5 ) [Are We The Waiting] => Array ( [artist] => Green Day [rating] => 5/5 ) ) value of xml_data variable:
Array ( [0] => [1] => [2] => [3] => Dani California [4] => The Red Hot Chili Peppers [5] => 4/5 [6] => [7] => [8] => We Are All on Drugs [9] => Weezer [10] => 3/5 [11] => [12] => [13] => Are We The Waiting [14] => Green Day [15] => 5/5 [16] => [17] => ) value of d variable:
string(11) ""

trying something new.

Array ( ) resource(4) of type (stream)