Weird recordset problem
I have a weird problem. I made a site with a phpmysql database. i wanted a url variable to alter the data that is fetched, so I did that. my query is created using a sprintf statement, and it all works fine. Small (and weird) problem - some pages may have more than 1 page of results, so i was going to insert a recorset navigation bar. However I can't - there is no recordset showing in the bindings window, even though all my database fetching works fine. I assume this is because my query string is dynamically created. Is there any other simple-ish way to quickly add paging when there is no recordset showing in the bindings?
