Hello.
I am programming a game. When game is over the user enters his first and last name. But i have no clue how to do this. It must be done like this : user enters his first and last name and score is automatical. Im not strong in php. Php should write node with information just given and only with the score that is higher than the lowest score.
I have script that shows usernames and score points. But the main problem is that i want to write 10 top scores in xml file. The ordering is not important. Can anyone help me please?
Code:<?xml version="1.0" ?> <list> <name first="James" last="Johnson" gpa="1222" /> <name first="John" last="Smith" gpa="1111" /> <name first="Serena" last="Williams" gpa="1000" /> <name first="Indiana" last="Jones" gpa="999" /> <name first="Linda" last="Brown" gpa="888" /> <name first="Robert" last="Davis" gpa="777" /> <name first="Seno" last="Cular" gpa="666" /> <name first="Mike" last="Wilson" gpa="555" /> <name first="Mary" last="Moore" gpa="444" /> <name first="Will" last="Taylor" gpa="333" /> </list>





Bookmarks