Skip to content

Instantly share code, notes, and snippets.

@WEB24H
Forked from emmasamuel/db.php
Last active April 9, 2017 16:55
Show Gist options
  • Save WEB24H/8bc3fdd42bb886df774ad10dbaa46842 to your computer and use it in GitHub Desktop.
Save WEB24H/8bc3fdd42bb886df774ad10dbaa46842 to your computer and use it in GitHub Desktop.
this is a new code but i only got header and footer on my page.
<?php
echo"database connected";
<?php
include 'database/db.php';
include 'includes/meta.php';
echo"header";
;?>
<?php
include 'include/header.php';?>
<html>
<head>
<meta charset="windows-1252">
<title></title>
</head>
<body>
<?php include 'include/meta.php';?>
<!-- Footer
======================================= -->
<?php include 'include/footer.php';?>
</body>
</html>
<?php echo"meta tags";?>
@WEB24H
Copy link
Author

WEB24H commented Apr 9, 2017

There you have it Emmanuel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment