[size=10pt]There are about 100 rows of data in my MySql database. I am using this line to query them:
[php]$sql = mysql_query(“SELECT * FROM radio ORDER BY id ASC”);[/php]
I would like to know if here is a way for me to specify which row id the query begins at? Like, $go a row id number between 1 and 100.[/size]