Categories
PHP

Responsive/Bootstrap PHP Login form with MySQL database

By inspired from my recent post for Basic Registration form in PHP with MySQL database connectivity, Again I am connecting the node of basic functionality behind Registration process. If a user gets registered on your site you also have to have a functionality of Login/Sign in. Hope this article meets your requirements of Login functionality.…

Categories
Coding PHP

Two simple way to Reset the Root Password – MySQL/wamp server

In MySQL, password can be change by various method. Here I am using two methods:- By using command line By using mysql command prompt If you have already a password, then the old password will be your password which is already set for user root. After the flush privileges it will automatically reload the updated…

Categories
PHP

Basic Registration form in PHP with MySQL database connectivity

I am glad to post here my knowledge and techniques used in PHP and MySQL. As you all aware that PHP and MySQL are the most widely used Open Source for websites. Today’s millions of websites and applications are using these free software’s. Personally I feel that this could be next level for front end…