Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.