Hi,

I have designed a login page at our web site which requires a username and password.

What is the best way for users to add content to a database? May be a simple form using 'post' will be fine? I could design 30 boxes asking for

- product name
- product price
- product code
- content
- In stock/Out of Stock
- etc., etc.

Essentially I just need to recreate on a web page the "Insert" part of PHPMyAdmin.

Is there a way that PHP can be used to enter info. into a database from a web page?

How will my form used for data-entry know to auto-increment the entries?

Look forward to your comments,
Matt.