What I was trying to accomplish was 1 record per page, what my ultimate goal is I'm trying to write a application for my engineering department, it tracks enginnering change notices, they want to see basically a form and have the fields filled in from a database, but they only want to see 1 record a time, and have a navigation bar(First, Next, Previous, Last).
Seems how I'm fairly new to PHP I figured the only way to accomplish this was to use the LIMIT clause. If you have any better ideas please let me know
Thanks