- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
$result['msg'] .= '<form action="" method="POST">';
$result['msg'] .= 'I RECEIVED ';
$result['msg'] .= '<select name="order_grade" width="10">';
$result['msg'] .= '<option></option>';
$result['msg'] .= '<option value="4"> A </option>';
$result['msg'] .= '<option value="3"> B </option>';
$result['msg'] .= '<option value="2"> C </option>';
$result['msg'] .= '<option value="1"> D </option>';
$result['msg'] .= '<option value="0"> F </option>';
$result['msg'] .= '</select>';
$result['msg'] .= ' FOR THIS PAPER ';
$result['msg'] .= '<input type="submit" name="set_grade" value="Submit my grade">';
$result['msg'] .= '</form>';
Комментарии (0) RSS
Добавить комментарий