项目作者: ts4475

项目描述 :
Registration form
高级语言: PHP
项目地址: git://github.com/ts4475/Trip-form.git
创建时间: 2021-05-27T11:02:29Z
项目社区:https://github.com/ts4475/Trip-form

开源协议:

下载


Trip-form

This is a simple Trip-Form made out of HTML,CSS and PHP . This particular program will allow an organization to keep the database of those students whole are applying for the US trip.

For the installation of XAMPP Server you can refer : https://youtu.be/5g0ZurU47jY

To use this piece of code you need to follow certain steps:-

  1. Install XAMPP server on your system to be used as local server for project. (lets say you installed it in ‘C:\xampp_folder’ folder)
  2. Download the zip file and unzip the file in htdocs under the XAMPP folder
  3. Rename the folder from ‘Trip-form’ to ‘trip’ or any other shorter name ,so that it becomes easy to write the url at the time of working.
  4. Go to your Start button and then type XAMPP CONTROL PANEL, a window pops up
  5. Start Apache,MYSQL and choose Admin from the control panel
  6. Now type localhost/(your file name according to htdocs)
  7. The form appears
    image
  8. Fill up the form of the interested candidates
  9. You can check the total status of the students from localhost/phpmyadmin under trip database form the ustrip table
  10. You are good to go.