01.
echo
"<form style=\"margin:0;padding:0\" name=\"productlist\"
02.
action=\"table666.php?action=order&category=
$category
03.
&customerid=
$customerid
&password=
$password
\
" method=post>"
04.
05.
echo
"<tr><td align=center>"
;
06.
07.
echo
"<select name=\"test1\" value=\"$array[2]\" multiple=\"multiple\" style=font-size:16pt;color:red;width:200;height:60>"
;
08.
09.
10.
for
(
$d
=1;
$d
<
count
(
$extend
);
$d
++)
11.
{
echo
"<option>$extend[$d]</option>"
; }
12.
13.
14.
echo
"</select>"
;
15.
16.
echo
" <input type=submit name=pet value=\"OK\" style=\"font-size: 16pt;width:60;height:61\"></tr></td></form>"
;