Skip to content

Instantly share code, notes, and snippets.

Created March 5, 2012 22:44
Show Gist options
  • Save anonymous/1981697 to your computer and use it in GitHub Desktop.
Save anonymous/1981697 to your computer and use it in GitHub Desktop.
widget
<?php
include("conn.php");
##include("check.php");
$sql = ("SELECT * FROM inv");
$result = mysql_query($sql);
$fetch1 = mysql_fetch_assoc($result);
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Plantlife Wholesale</title>
</head>
<body>
<?
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment