Пример #1
0
    ?>
"><?php 
    echo $row['test_name'];
    ?>
</option>
	                      <?php 
}
?>
						  </select>
					</div>
					<div class="form-group">
						  <label for="sel1">Parameter Name</label>
						  <select class="form-control adjust_width classic range_parameter" id="sel1" name="edit_range_parameter" data-validation-error-msg="Please Select the name of the Parameter" data-validation="required">
						  <option value="">Select Parameter Name</option>
						  <!-- <?php 
$query = $testfunction->testattributeSelect();
while ($row = mysql_fetch_array($query)) {
    ?>
	                            <option value="<?php 
    echo $row['test_attribute_id'];
    ?>
"><?php 
    echo $row['test_parameter_name'];
    ?>
</option>
	                      <?php 
}
?>
 -->
						  </select>
						  <input type="hidden" class="range_parameter_type">