|
Im doing a intranet project using php and mysql.
How to do make a multiple user logins so that each user can only edit their own details, or add details.
Users will be entering the following details via cms:
Products Name:
Products Price:
Products Quantity:
Products Image:
Products full details:
All of these details will be entered in the database where visitors will search based on the Products Name/Price.
Current one i have designed where only 1 user can add/edit the products.
|