<html>
<head>
welcome to contral
<hr width=100%>
</head>
<body bgcolor="#add8e6">
<?php
if ($submit) {
$db=mysql_connect("localhost","","");
mysql_select_db("test",$db);
$sql="insert into () values ()";
$result=mysql_query($sql);
} else{
?>
<method="post" action="<?php echo $path_info ?>">
<form>
rn:<input type="text" name="rn" size="15">
dn:<input type="text" name="dn" size="20">
<p>
<align="center">
<input type="submit" name="submit" value="into">
</p>
<a href="index.php<A href="http://192.168.50.55/~perry/pro_33.php">select</a">">select</a>
</form>
<?php
} // end if
?>
</body>
</html>