I am building a web for ordering stock for a small company.
I wanted to add data into a table for user to view before confirm the order.
Tried to use excel but can only display data and not add data on the website.
I'm currently using Dreamweaver to develop this website.
How to add a data then user click next to go next data and at the same time the first data will be shown in a table on the same page?
This process will be repeated until user decided to stop.
Any help will be highly appreciate.

Member Avatar for LastMitch

How to add a data then user click next to go next data and at the same time the first data will be shown in a table on the same page?

Are you familiar with query? All you need is a table and a few column of info.

This is the query:

SELECT * FROM TABlE

The query means you are selecting the id column to get the data from the table.

You need a form so when the user click next the data will appear on the next page.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.