01.
<form id=
"formRegister"
name=
"formRegister"
method=
"post"
action=
"Comp_BookPro_add_save.php"
>
02.
<p>ฐานข้อมูล Reference Database ||
03.
<select name=
"myselect1"
id=
"myselect1"
>
04.
<option value=
""
>เลือกฐานข้อมูล Reference Database ที่ต้องการ</option>
05.
<option value=
"1"
<?=(
$_POST
[
'myselect1'
]==
"1"
)?
" selected"
:
""
?> >ABI/INFORM Complete (ABI)</option>
06.
<option value=
"2"
<?=(
$_POST
[
'myselect1'
]==
"2"
)?
" selected"
:
""
?> >Academic Search Complete(ASC)</option>
07.
<option value=
"3"
<?=(
$_POST
[
'myselect1'
]==
"3"
)?
" selected"
:
""
?> >ACM Digital Library(ACM)</option>
08.
<option value=
"4"
<?=(
$_POST
[
'myselect1'
]==
"4"
)?
" selected"
:
""
?> >American Chemical Society Journal (ACS)</option>
09.
<option value=
"5"
<?=(
$_POST
[
'myselect1'
]==
"5"
)?
" selected"
:
""
?> >Communication & Mass Media Complete(CMMC)</option>
10.
<option value=
"6"
<?=(
$_POST
[
'myselect1'
]==
"6"
)?
" selected"
:
""
?> >Computers & Applied Sciences Complete(CASC)</option>
11.
<option value=
"7"
<?=(
$_POST
[
'myselect1'
]==
"7"
)?
" selected"
:
""
?> >Education Research Complete(ERC)</option>
12.
<option value=
"8"
<?=(
$_POST
[
'myselect1'
]==
"8"
)?
" selected"
:
""
?> >Emerald Management (EM92)</option>
13.
<option value=
"9"
<?=(
$_POST
[
'myselect1'
]==
"9"
)?
" selected"
:
""
?> >IEEE/IET Electronic Library (IEL)</option>
14.
<option value=
"10"
<?=(
$_POST
[
'myselect1'
]==
"10"
)?
" selected"
:
""
?> >ProQuest Dissertation & Theses Fulltext(PQDT)</option>
15.
<option value=
"11"
<?=(
$_POST
[
'myselect1'
]==
"11"
)?
" selected"
:
""
?> >ScieneDirect</option>
16.
<option value=
"12"
<?=(
$_POST
[
'myselect1'
]==
"12"
)?
" selected"
:
""
?> >SpringerLink – Journal (SpringerLink)</option>
17.
<option value=
"13"
<?=(
$_POST
[
'myselect1'
]==
"13"
)?
" selected"
:
""
?> >Web of Science</option>
18.
<option value=
"14"
<?=(
$_POST
[
'myselect1'
]==
"14"
)?
" selected"
:
""
?> >Wilson Databases (OmniFile Full Text Mega)</option>
19.
</select></p>
20.
21.
<table>
22.
<tr>
23.
<td>แนบไฟล์เอกสาร </td>
24.
<td><input name=
"Excel"
type=
"file"
id=
"Excel"
/></td></tr></table>
25.
<br/>
26.
<?
27.
$sql
=mysql_query(
"SELECT * FROM university"
);
28.
while
(
$fetch
= mysql_fetch_array(
$sql
)) {
29.
?>
30.
<table bgcolor=
"#EDEDED"
width=
"100%"
border=
"2"
cellspacing=
"0"
cellpadding=
"2"
style=
"border-collapse:collapse; font-weight: bold;"
>
31.
32.
33.
<tr>
34.
<td width=
"126"
rowspan=
"3"
bgcolor=
"#EDEDED"
style=
"text-align: center"
>ชื่อมหาวิทยาลัย</td>
35.
<td colspan=
"5"
bgcolor=
"#EDEDED"
style=
"text-align: center"
>เดือน</td>
36.
</tr>
37.
<tr>
38.
<td colspan=
"5"
bgcolor=
"#EDEDED"
style=
"text-align: center"
><input type=
"date"
name=
"Month"
id=
"Month"
/></td>
39.
</tr>
40.
41.
<tr>
42.
<td width=
"82"
bgcolor=
"#EDEDED"
style=
"text-align: center"
>Searches</td>
43.
<td width=
"83"
bgcolor=
"#EDEDED"
style=
"text-align: center"
><p>Full_Text</p>
44.
<p>Requests</p></td>
45.
<td width=
"78"
bgcolor=
"#EDEDED"
style=
"text-align: center"
><p>Sub</p>
46.
<p>sessions</p></td>
47.
<td width=
"69"
bgcolor=
"#EDEDED"
style=
"text-align: center"
>Queries</td>
48.
<td width=
"67"
bgcolor=
"#EDEDED"
style=
"text-align: center"
><p>Citation</p>
49.
<p>Events</p></td>
50.
51.
</tr>
52.
53.
<tr align=
"center"
>
54.
<td bgcolor=
"#EDEDED"
style=
"text-align: center"
><?=
$fetch
[
"Univer_name"
] ?></td>
55.
<td bgcolor=
"#EDEDED"
style=
"text-align: center"
>
56.
<input name=
"Searches"
type=
"text"
id=
"Searches"
size=
"10"
/>
57.
</td>
58.
<td bgcolor=
"#EDEDED"
style=
"text-align: center"
><input name=
"Full_Text_Requests"
type=
"text"
id=
"Full_Text_Requests"
size=
"10"
/></td>
59.
<td bgcolor=
"#EDEDED"
style=
"text-align: center"
><input name=
"Sub_sessions"
type=
"text"
id=
"Sub_sessions"
size=
"10"
/></td>
60.
<td bgcolor=
"#EDEDED"
style=
"text-align: center"
><input name=
"Queries"
type=
"text"
id=
"Queries"
size=
"10"
/></td>
61.
<td bgcolor=
"#EDEDED"
style=
"text-align: center"
><input name=
"Citation_Events"
type=
"text"
id=
"Citation_Events"
size=
"10"
/></td>
62.
</tr>
63.
64.
<tr>
65.
<td colspan=
"12"
bgcolor=
"#EDEDED"
align=
"center"
><input type=
"submit"
name=
"Register"
id=
"Register"
value=
"บันทึก"
/><?
echo
$msg_warning
?></td>
66.
</tr>
67.
68.
69.
</table>
70.
<?
echo
$msg
;?>
71.
<? } ?>
72.
</form>