Hello guyz, In this simple but very important article i am going to give some tips to you how to create a login form in PHP using Dreamweaver CC and MySQL Database. Creating a login form is very simple tasks but it tells you how to connect to the database, even how to create database in you localhost and how to create table in the database and many more things.
Before this you should know how to define site and testing server in Dreamweaver cc because PHP is Server site scripting language thats why it does not executed by the browser. So for this reason you have to install the server application like Wamp server, xamp server for windows and PAMP Server for mac. Before starting this little project first read this article:
Now follow the following steps:
1. Open Wamp server and create a database having name test, and then create one table having name login and field username and password.
2. Write the following code: CLICK HERE FOR CODE
3. save the file in local host and run.
Before this you should know how to define site and testing server in Dreamweaver cc because PHP is Server site scripting language thats why it does not executed by the browser. So for this reason you have to install the server application like Wamp server, xamp server for windows and PAMP Server for mac. Before starting this little project first read this article:
Now follow the following steps:
1. Open Wamp server and create a database having name test, and then create one table having name login and field username and password.
2. Write the following code: CLICK HERE FOR CODE
3. save the file in local host and run.
No comments:
Post a Comment