À̰ÍÁ» ºÁÁÖ¼¼¿ä.
ÇϵåÄÚµùÀ» ÇÏ¸é °ªÀÌ ³ª¿À´Âµ¥ ³Ñ¾î¿Â º¯¼ö°ªÀ» ÀÔ·ÂÀ» Çϸé $nocar,$visit ,$chk_pwÀ» ´ëÀÔÇÏ¸é °ªÀÌ ³ª¿ÀÁö ¾Ê³×¿ä..
¹«½¼ ¹®Á¦ÀÎÁö¿ä..
<p>
<?echo $nocar?>
<?echo $visit?>
<?echo $chk_pw?>
</p> // º¯¼ö°ª ³Ñ¾î¿È È®ÀÎ
<table border="0" cellspacing="0" cellpadding="0" width="900">
<!-- ÄÜÅÙÃ÷ ½ÃÀÛ -->
<tr>
<td align="center">
<?
include("config.php");
if(!($connect=mysql_connect($host,$user,$password)))
print_error("connect error");
if(!(mysql_select_db($db,$connect)))
print_error("db select error");
// $select_query = "select * from reserve where no_car='$res_id' ";
// $select_query = "select * from t_reserve where no_car='¼¿ï000' and name_res='±èÈï±¹' and password='0000'";
$select_query = "select * from t_reserve where no_car='$nocar' and name_res='$visit' and password='$chk_pw'";
if(!($result=mysql_query($select_query,$connect)))
print_error("select error");
if(!(mysql_close($connect)))
print_error("db close error");
$row = mysql_fetch_array($result,MYSQL_ASSOC)
?>