php code to return xml
Posted
by anwar
on Stack Overflow
See other posts from Stack Overflow
or by anwar
Published on 2010-05-26T12:37:28Z
Indexed on
2010/05/30
19:22 UTC
Read the original article
Hit count: 295
hi there i have a question and need help on this from you guys .
I have a database created for a game called gamesleaderboard and the fields are id, player_name, score, leveltime. and my task is after getting the score, i have to insert it to a database and sort the dbase accordingly. after sorting, the code will return an xml in the following structure:
Ahmad100080 Basel95090 Samer920100 Seyd900110 Ahmad100080 Basel95090 Samer920100 Seyd900110 Ahmad100080 Basel95090
plz tell me the necessary details how to do this thankyou.
© Stack Overflow or respective owner