Hey,
I have an issue, i am selecting something in SQL Server which gives me a value of this:
This is an example of the type of query i am using:web_Day_1_Hotel
web_Day_2_Hotel
web_Day_3_Windsor (Boxing Day)
web_Day_4_Henley-on-Thames
Now what i wanted to know is that if there is a way to display the result as:PHP Code:SELECT Name as name
FROM Note
FOR XML PATH('item')
Any ideas?Day 1
Day 2
Day 3
Day 4
Many thanks,










Bookmarks