Highscore
-
hi, i want to store 2 strings which are named "player" and "score" , how do i create a table for this and i want to know how to display this information ... thanks for all your help
XML
<Game>
<Players>
<Player Name="Joshua" Score="42" />
</Players>
</Game>How you display it is up to you.
-
XML
<Game>
<Players>
<Player Name="Joshua" Score="42" />
</Players>
</Game>How you display it is up to you.
-
What? I said Joshua, not HAL.
-
hi, i want to store 2 strings which are named "player" and "score" , how do i create a table for this and i want to know how to display this information ... thanks for all your help
You need to get some books on databases and start reading...
The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick Visit the Hindi forum here.
-
hi, i want to store 2 strings which are named "player" and "score" , how do i create a table for this and i want to know how to display this information ... thanks for all your help