right on my page which shows all of the affiliates, how do i show all of the affiliates after a certain id say i wanted to show only the affiliates after the id 5 how do i edit the mysql query so it does that?
PHP Code:$result = mysql_query("SELECT * FROM affiliates ORDER BY id LIMIT 5");





Reply With Quote
Ignored yet again!! <(*_*<) 



