<?php for($i = 0;$i<count($work);$i++):?>
<option value="<?php echo $work[$i]['minimum']; ?>"><?php echo $work[$i]['minimum']; ?></option>
<?php endfor;?>
<?php if($stool_data = $while_tests['stoolexamination']){
$stool = (explode(",",$stool_data));
$stool_size = sizeof($stool);
for($st = 0;$st<$stool_size;$st++){
$sel_stool = "SELECT * FROM stoolexamination WHERE id ='$stool[$st]'";
$que_stool = mysql_query($sel_stool);
?>
No comments:
Post a Comment