Skip to content

dharmikp07/Internship-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internship-2023

Screenshot-1

Project Setup guide

  1. clone this repository
git clone https://github.com/dharmikp07/Internship-2023.git

  1. Install XAMPP
https://www.apachefriends.org/
  1. Put the repo inside given path
C:\xampp\htdocs\
  1. Start the Apache & MySQL services from XAMPP Screenshot-2

  2. Now you can access website using

localhost:80/dottech/



To save user entered contact information in MySQL database

  1. Open your preferred database client, phpMyAdmin used here
localhost:80/phpmyadmin/
  1. Create a database, here dottech
    Screenshot-3

  2. Inside dottech database, Create a table named contact
    Screenshot-4

  3. Now whenever user enter their contact information & message, It will be saved here
    Screenshot-5