Skip to content

Instantly share code, notes, and snippets.

@danielkwok21
Created September 7, 2017 00:45
Show Gist options
  • Save danielkwok21/82de055d03d172b75ff49f396a3311d9 to your computer and use it in GitHub Desktop.
Save danielkwok21/82de055d03d172b75ff49f396a3311d9 to your computer and use it in GitHub Desktop.
Fully connected website
<!DOCTYPE html>
<?php
include 'index.php'; //connects website to database
?>
<link href="potato.css" rel="stylesheet" type="text/css" />
<html>
<head>
<h1>Hello potato</h1>
<p>It's a wonderful day</p>
<div>Square</div>
</head>
<body>
</body>
</html>
<?php
closecon($conn); //closes connection
echo "Connection closed";
?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="potato.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment