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!
In that case you will have to have "LIMIT 4, 1" at the end of your query (counting starts at 0, so the 5th row will be 4) and then use mysql_fetch_array or mysql_result or whatever to get the values from the row.