What I want to do is display the results of a query one at a time with a "button click" to move/display to the next row. i have been trying to use mysql_fetch_array, with a break to the loop. I have found many next/previous methods too complicated for me to understand so cannot adapt.
Is there a method for "a" row from a query?
Is there a method for "a" row from a query?