<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<?php
include("config.php");
echo $asd="select name,id from item";
$qwe=mysql_query($asd);
/*$qwe=mysql_query("select name,id from item");
*/?>
<form action="" method="post" enctype="multipart/form-data">
<table align="center" bgcolor="#009966" style="margin-top:40px;">
<tr><td>Brand Name</td><td><input type="text" name="br" id="br" /></td></tr>
<tr><td>Brand Description</td><td><textarea name="des">
Member Avatar for diafol

WHat's the point of this? No question, just an incomplete part of a page.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.