Question
how to display the current record of a recordset (using repeat region)
Hi guys. Can someone tell me how i would simply display the
current record of a recordset that is being displayed on screen via
'repeat region'?
I have 3 fields in the database - ID, name, score. It forms a leaderboard. I need to generate the position of each player in the table (ordered by score obviously).
This sounds really simple and probably is.
$row_scorelist[currentrecord] ?
^^ something along those lines, but that actually works.
thanks, P
P.S I'm using PHP/MYSQL
I have 3 fields in the database - ID, name, score. It forms a leaderboard. I need to generate the position of each player in the table (ordered by score obviously).
This sounds really simple and probably is.
$row_scorelist[currentrecord] ?
^^ something along those lines, but that actually works.
thanks, P
P.S I'm using PHP/MYSQL
