I like to put links into a html table, these links are query from the mysql table
------------------------------
item Number | Item purchased
------------------------------
1 | a vase
2 | a candle
etc.....
10
------------------------------
<<1,2,...100|next>>
this is difficult to me. Could someone offer me an idea or a library for me to start with ?
Thank you so much
If you use a CMS like AlientWebguy is suggesting, you’ll never learn… and I assume you’re here to learn. You should start with a tutorial though, as this is pretty basic stuff.
But to accomplish what you are trying to do – if I was a novice – this is what I would do. I’m not going to give you your code, but it’s is definitely close enough that you should be able to figure it out.
I would make a file called functions.php that included the following:
Then on the file that I was going to output data, I would put the following:
If anything doesn’t make sense here, just leave a comment. I’m happy to explain.