basically i am using xpath for a search query, the results display like this
Array ( [0] => SimpleXMLElement Object ( [TITLE] => Empire Burlesque [ARTIST] => Bob Dylan [COUNTRY] => USA [COMPANY] => Columbia [PRICE] => 10.90 [YEAR] => 1985 )
[1] => SimpleXMLElement Object ( [TITLE] => Greatest Hits [ARTIST] => Dolly Parton [COUNTRY] => USA [COMPANY] => RCA [PRICE] => 9.90 [YEAR] => 1982 )
[2] => SimpleXMLElement Object ( [TITLE] => Hard rains gonna fall [ARTIST] => Bob Dylan [COUNTRY] => USA [COMPANY] => Columbia [PRICE] => 5.50 [YEAR] => 1962 ) )
is it possible to get this displaying in a table so the header rows would show: Title, Artist, Country, Company, Price , Year
2
Contributors
2
Replies
2 Hours
Discussion Span
3 Months Ago
Last Updated
3
Views
Question Answered
Related Article:How to create a html table by php
is a PHP discussion thread by sainigks that has 1 reply, was last updated 1 year ago and has been tagged with the keywords: html, table, by, php.