Skip to content

Instantly share code, notes, and snippets.

View shriDeveloper's full-sized avatar
😀

Shriniket Deshmukh shriDeveloper

😀
View GitHub Profile
<?php
//A CLASS FOR THE FRIENDS//
//INCLUSION HERE//
include('../resoures/DBServer.php');
include('../config/dbconfig.php');
<?php
//INITIALIZE THE DBSERVER HERE */
include('../resoures/DBServer.php');
include('../config/dbconfig.php');
include('../utils/System.php');
<!DOCTYPE html>
<html lang="en">
<head>
<style type="text/css">
</style>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
@shriDeveloper
shriDeveloper / header.php
Created September 2, 2019 16:28
A Common Navigation Header For Every Page
<!--NAV BAR -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> <a class="navbar-brand" href="#">Mocial</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">