hi guys i want put php codes inside xaml file...to execute some queries from mysql.. for example: i have image gallery that i've created with silverlight.. which have canvas and an image inside.. so to output all images i need to use mysql to retrieve images from the db and output the results with while loop inside xaml file.. so i can view all images.. is there anyway to do this? any ideas will b appreciated
No, create php file, where you get all images from db Then create xml file using php And the loop will be in php, not xml