php-form
Simple Form By Using PHP - MYSQL - AJAX
http://php-form.ga/
Demo:How To Use
-
Download XAMPP from https://www.apachefriends.org/download.html
-
Install it in C:/ drive.
-
Download the files.
-
Create a new folder in C:\xampp\htdocs\ and copy thes files in that folder.
-
Run the XAMPP and start the APACHE and MYSQL.
-
Click on the MYSQL admin button, this will open the phpmyadmin in your Browser.
-
From left side click on New and write the databse name "formdb" and click Create.
-
Give the table name "candidates" and select 5 columns and click Go.
-
Enter => [ "id", "int(255)", "primary", "auto increment (A.I)" ]
-
Enter => [ "Names", "varchar(255)" ]
-
Enter => [ "Emails", "varchar(255)" ]
-
Enter => [ "Degree", "varchar(255)" ]
-
Enter => [ "Subject", "varchar(255)" ]
-
Now click Go and your table is created.
-
Copy file path of index.php and run it on your Browser.
-
Replace the "file:///C:/xampp/htdocs" with "localhost".