Skip to content

Instantly share code, notes, and snippets.

@emmasamuel
Last active April 9, 2017 16:52
Show Gist options
  • Save emmasamuel/81f98671d4e4edecb4f6160eb8050a14 to your computer and use it in GitHub Desktop.
Save emmasamuel/81f98671d4e4edecb4f6160eb8050a14 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
include 'database/db.php';?>
<?php include 'include/meta.php';?>'
<?php echo"data connected";?>
<?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";?>
@emmasamuel
Copy link
Author

Please see it @d

@WEB24H
Copy link

WEB24H commented Apr 9, 2017

Did you really take a look at all the files I show you in the instructions? I feel like you did not... But oh well... Look at the revisions I made.

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