Skip to content

COVID-19 showcasing website made using HTML, CSS, PHP and JavaScript.

Notifications You must be signed in to change notification settings

zaidajani/covid-navi-mumbai-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-navi-mumbai

COVID-19 showcasing website made using HTML, CSS, PHP and JavaScript.

For website info, check out sitemap.xml.

demo

First step, start the xampp server and make a file as getData.php

The content should be as follows.

<?php

    $servername = "localhost";
    $username = "";
    $password = "";
    $name = "covidnav_navi_mumbai";

    $conn = mysqli_connect($servername, $username, $password, $name);
        
  • If you have passwords and database on cloud, then fill the info above as per you.

Then just start server and you will see the web application in action.

Make a case_data Table in the database

Schema should be: places
total cases
deceased

To update the data, update data in the database

Enjoy your application

About

COVID-19 showcasing website made using HTML, CSS, PHP and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.9%
  • HTML 30.4%
  • PHP 14.9%
  • JavaScript 6.8%