I was looking for a code for a web page which has the functionality wherein some previously registered admins can login and after doing so, they can add, modify or delete data from a product list already available in a database.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a very open ended question and there are literally 100s of ways to go about it. You essentially need two systems
Example: http://net.tutsplus.com/articles/news/how-to-build-a-login-system-for-a-simple-website/?search_index=6
The system that allows to Create, Update, Insert or Delete stuff from the database.
One example of that would be
http://net.tutsplus.com/tutorials/php/real-world-oop-with-php-and-mysql
Again, it might not be the best or the easiest way. But definitely a place to start.