|
|
@@ -84,7 +84,7 @@ |
|
|
|
$dsql->Execute(); |
|
|
|
while($row3 = $dsql->GetObject()) |
|
|
|
{ |
|
|
|
echo "<label><input type='radio' name='usertype' value=".$row3->name."> ".$row3->name."</label>"; |
|
|
|
echo "<label><input type='radio' name='usertype' value=".$row3->name."> ".$row3->name."</label> "; |
|
|
|
} |
|
|
|
?> |
|
|
|
<label><input type="radio" name="usertype" checked> 不限</label> |
|
|
|