
Input:
<?php
$host="localhost";
$user="root";
$pass="";
$db="tugas";
$sambung=mysql_connect($host,$user,$pass);
mysql_select_db($db,$sambung);
?>
<html
xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta
http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<title>Untitled
Document</title>
</head>
<style
type: "text/css">
#wrapper
{
width:800px;
...