Skip to content

Latest commit

 

History

History

v5.4 Blog posting site featured with News and Weather Report

v5.4 Blog posting site featured with News, Weather and Coordinates Report

Install Xampp for project php

  • For phpmyadmin, sql and apache.
  • For database creation and manipulation
  • For hosting website locally on your personal system
  • Learn Sql queries for database manipulations

Default settings and Installation will be

  • Every file will be put into htdocs folder i.e.( C:\xampp\htdocs )
  • Turn on apache and mysql from xammp control panel
  • Create a database named as mydb
  • Create 2 tables user(3 columns:id, name and password) and story(3 columns:id, title and description).
    <?php
    $servername = "localhost";
    $dbusername = "root";
    $password = "";
    // Create connection
    $conn = new mysqli($servername, $dbusername, $password);
    ?>

Default login credentials

Username: rohit
Password: shakya

Copyright and License

Copyright 2020-2021 Rohit Shakya.

Data provided in part by OpenWeatherMap.org