Forum Moderators: coopster
I really have no idea where to start. I know some php, but mostly just what i pick up from this forum (thanks)and tutorials. If someone could point me in the right direction, or enlighten me on where to start, suggest a good tutorial, suggest another way to go about this, etc.. Any info at all would really be great.
this would require a database
the next/previous thing you are talking about is called pagination [google.com].
you could look at some open source packages that are out there and find one that works, or use one as a guide for what you want to develop
You can learn a lot of php by examining and modifying another's code - some of the author's techniques might not be ahem optimal but hopefully you'll start spotting shortcomings and fix them - another good learning opportunity.
Especially in the beginning make very small changes and test often so that if you break something it's not a large step backward and you remember exactly what you did. One of the things I do if I don't fully understand what a line of code is doing is to duplicate the line, comment the original, and make changes to the copy. If my change does what I want then I can delete the original line(s).
Thanks for the pagination tip, it always helps to know the name of what your searching for.
Thanks again...
[cmsmatrix.org...]
[phpfreaks.com...]