• 0

Code for a Simple List Page


Question

Hello!

Can anyone point me in the direction or code up a quick page that has a list which items can be added or deleted with links?

Basically, I want a single page where I have a list of items. There is a title in one column, price in another, then in the third, the shop name which is linked to the product. All info will be manually put in. The last column will be a "delete" so visitors can delete any product from the page.

In the same page, there should be a button to "add to list", so visitors can add anything to the page.

I don't know how much work this would be or if it requires a database type of thing, but I want it to be as simple as possible really.

Thanks

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Depending on how much this will be scaled, you could do it with either a database, or a simple text file. Either way, you need to know at least a bit of PHP (you could implement the static file method in JavaScript, but it's harder IIRC).

Link to comment
Share on other sites

This topic is now closed to further replies.