01.
<form name=
'test'
method=
'post'
action=
'borrow-item-report.php?borrow_id=33'
>
02.
<select type=
"select"
id=
"year_se"
class
=
"form-select"
name=
"year_se"
>
03.
<option value=
"2021"
<?php
if
(isset(
$_POST
[
"year_se"
])
and
$_POST
[
"year_se"
]==
"2021"
){
echo
"selected"
;}?>>2564</option>
04.
<option value=
"2022"
<?php
if
(isset(
$_POST
[
"year_se"
])
and
$_POST
[
"year_se"
]==
"2022"
){
echo
"selected"
;}?>>2565</option>
05.
<option value=
"2023"
<?php
if
(isset(
$_POST
[
"year_se"
])
and
$_POST
[
"year_se"
]==
"2023"
){
echo
"selected"
;}?>>2566</option>
06.
<option value=
"2024"
<?php
if
(isset(
$_POST
[
"year_se"
])
and
$_POST
[
"year_se"
]==
"2024"
){
echo
"selected"
;}?>>2567</option>
07.
<option value=
"2025"
<?php
if
(isset(
$_POST
[
"year_se"
])
and
$_POST
[
"year_se"
]==
"2025"
){
echo
"selected"
;}?>>2568</option>
08.
<option value=
"2026"
<?php
if
(isset(
$_POST
[
"year_se"
])
and
$_POST
[
"year_se"
]==
"2026"
){
echo
"selected"
;}?>>2569</option>
09.
<option value=
"2027"
<?php
if
(isset(
$_POST
[
"year_se"
])
and
$_POST
[
"year_se"
]==
"2027"
){
echo
"selected"
;}?>>2570</option>
10.
<option value=
"2028"
<?php
if
(isset(
$_POST
[
"year_se"
])
and
$_POST
[
"year_se"
]==
"2028"
){
echo
"selected"
;}?>>2571</option>
11.
<option value=
"2029"
<?php
if
(isset(
$_POST
[
"year_se"
])
and
$_POST
[
"year_se"
]==
"2029"
){
echo
"selected"
;}?>>2572</option>
12.
</select>
13.
</form>