Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohamb21/travel-website-practice
Created this simple travel website/form using PHP just to learn how to connect database with the back-end and interact with users through the front-end.
https://github.com/sohamb21/travel-website-practice
Last synced: 2 days ago
JSON representation
Created this simple travel website/form using PHP just to learn how to connect database with the back-end and interact with users through the front-end.
- Host: GitHub
- URL: https://github.com/sohamb21/travel-website-practice
- Owner: SohamB21
- Created: 2023-08-07T17:25:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T17:32:21.000Z (over 1 year ago)
- Last Synced: 2023-08-07T19:14:04.513Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travel-Website-Practice
This is a simple travel website form that allows users to enter their name, age, gender, email, phone number, and desired travel locations. The form is submitted to the index.php file using the POST method. The index.php file then connects to a MySQL database and inserts the submitted data into a table called traveller_details.