?
Path : /home/admin/domains/happytokorea.com/public_html_bk/gall/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/gall/pay.php |
<? include("template/header.php");?> <div id="content"> <div id="box" align="left" > <h3>การชำระเงิน</h3> <? if(isset($_POST[s_data])){ $db->update_array("site",$_POST ,"s_name='payment'"); } $res = $db->query("select * from site where s_name = 'payment'"); while($line = mysql_fetch_array($res)){ ?> <form id="form" action="" method="post" enctype="multipart/form-data" class="formular"> <fieldset id="personal"> <legend>ข้อมูลการชำระเงิน</legend> <label> แจ้งชำระผ่านทางธนาคาร / เวลา <textarea name="s_data" id="s_data"><?=$line[s_data]?> </textarea> <br /> </label> </fieldset> <div align="center"> <input id="button1" type="submit" name="" value="submit" /> <input id="button2" type="reset" /> </div> </form> <? } ?> </div> </div> <? include("template/footer.php");?>