01.
<?
02.
include
(
"ldb/Utility.php"
);
03.
connect_db();
04.
?>
05.
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
06.
<form id=
"form1"
name=
"form1"
method=
"post"
action=
""
>
07.
<p>
08.
09.
<p>ราคาฝาก<input type=
"text"
name=
"textfield"
id=
"textfield"
/>บาท</p>
10.
แบบระยะเวลา
11.
<select name=
"province"
id=
"province"
>
12.
<?php
13.
$q
=
"select * from tb_interest "
;
14.
$qr
=mysql_query(
$q
);
15.
while
(
$rs
=mysql_fetch_array(
$qr
)){
16.
?>
17.
<option value=
"<?=$rs['u_service']?> "
> <?=
$rs
[
'u_duration'
]?> จำนวน <?=
$rs
[
'u_gobbet'
]?> วัน ค่าบริการ <?=
$rs
[
'u_service'
]?> % </option>
18.
<?php } ?>
19.
</select>
20.
</p>
21.
<p>ราคาฝาก<input type=
"text"
name=
"textfield"
id=
"textfield"
/>บาท</p>