PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I need to access the values of a mysql query in random ways, this means, when i do a mysql query for example i have 5 rows, but i only want to access the row 2 and the row 4, how can i access the rows that i want ? I need something like this: $row=mysql_fetch_array($query, $number_register)