| [php ¼Ò½º]
 
<html>
<head>
<title>PHP</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<SCRIPT LANGUAGE="JavaScript">
<!--
function calc(go){
	
}
//-->
</script>
</head>
<body>
<table width="1000" border="1" cellspacing="0" cellpadding="0" align="center">
	<tr>
		<td height="70" width="267" bgcolor="yellow">
<center>
<span style=font:15pt;color:green;><font face="µ¸¿ò">
<h1>[PHP 03]</h1>
</center>
		</td>
		<td heigt="70" bgcolor="pink">
<center>
<h1>Test </h1>
</center>
		</td>
	</tr>
</font></span>
</table>
<br>
<table width="1000" border="1" cellspacing="0" cellpadding="0" align="center">
<tr><td>
<table width="600" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td>
<br>
<form name ="ainput" action="pdata03.php" method="post">
<hr>
<br>
<h3>[php ¿¬½À]<br></h3>
À̸§:
<input type=text name="name" maxlength=10 size=10 value=""><br><br>
Date:
<input type=text name="date" maxlength=10 size=10 value=""><br><br>
Á¡¼ö:
<input type=text name="jumsu" maxlength=10 size=10 value=""><br><br>
ºñ°í:
<input type=text name="bigo1" maxlength=10 size=10 value=""><br><br>
<input type="submit" value="È®ÀÎ"><br>
<hr>
<?php
if($name != ""){
	print($name);
	print(" ");
	print($date);
	print(" ");
	print($jumsu);
	print(" ");
	print($bigo1);
}
?>
<br>
<hr>
</form>
</td></tr>
</table>
</td></tr>
</table>
<br>
</body>
</html>
 
 |