Skip to content

rohitshakya/Web-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install Xampp for project php

Click here to view

  • 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