Skip to content

Instantly share code, notes, and snippets.

View emmasamuel's full-sized avatar

Samuel emmasamuel

  • Lagos, Nigeria
View GitHub Profile
@emmasamuel
emmasamuel / index.html
Last active December 24, 2017 10:56
my_elephant website
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.container {
width: 100%;
@emmasamuel
emmasamuel / index.file
Created April 18, 2017 13:35
adding tags in meta.php
<?php
include 'include/header.php';?>
<html>
@emmasamuel
emmasamuel / db.php
Last active April 9, 2017 16:52
this is a new code but i only got header and footer on my page.
<?php
include 'database/db.php';?>
<?php include 'include/meta.php';?>'
<?php echo"data connected";?>
@emmasamuel
emmasamuel / data file
Created March 18, 2017 04:26
i tried and is not working as you said....please look at it and tell me what i am missing......
<?php
include 'data/db';
include 'include/meta';
;?>
<?php echo'database connected';
;?>
<!-- this is the data file-->
@emmasamuel
emmasamuel / phpandbody
Created March 13, 2017 00:33
i have seperated the php and the html tags
l>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<h1>
<?php
echo
"this is php tags"
@emmasamuel
emmasamuel / tester1
Last active March 11, 2017 22:56
this is the echo assigments.... i made some on a straight line and some i break..... i am wrong or right?
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<?php echo"when you get it right is shows a different color";?>
<br> <?php echo "does netbeans work like dreamweaver";?></br>
<html>
<head>
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta charset="UTF-8">
<title></title>