jig
nig
This commit is contained in:
parent
5a1c8a6e4e
commit
5b9da768f8
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
|||
<?php include("conn.php");
|
||||
|
||||
$condtypes = array();
|
||||
$resptypes = array();
|
||||
|
||||
$q = mysql_query("SELECT * FROM `conditions`");
|
||||
while($cond = mysql_fetch_object($q)) {
|
||||
$condtypes[$cond->id] = array();
|
||||
$condtypes[$cond->id] = $cond->friendlyname;
|
||||
}
|
||||
|
||||
if($_POST["resptype"]) {
|
||||
|
|
Loading…
Reference in a new issue