krisfr 0 Newbie Poster

I am trying to make a web page that sequentially displays all fields of a database table.
Ordered by the Indexed ID of each record
I would like to be able to have 4 Nav buttons
And have 4 mod buttons; add new, delete, edit and reset
I would like to know if I can use php and mysql to do it?
Any suggestions as to where to see a tutorial or sample would be greatly appreciated THANKS

I have the database built and can access it....