Changeset 92 for db/include/questy.php
- Timestamp:
- Sep 30, 2007, 6:34:12 PM (17 years ago)
- Location:
- db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
db
-
Property svn:ignore
set to
config.php
-
Property svn:ignore
set to
-
db/include/questy.php
r82 r92 9 9 <tr><td>Level <label for="lvl_d">od:</label></td><td><input type="text" name="lvl_d" id="lvl_d" maxlength="3" style="width: 45px;" value="<?php echo $lvl_d; ?>"></td><td><label for="lvl_h">do:</label></td><td><input type="text" name="lvl_h" id="lvl_h" maxlength="3" style="width: 45px;" value="<?php echo $lvl_h; ?>"></td><td><input type="submit" value="Hledat" name="quest_find"></td></tr> 10 10 </table><?php if(!empty($session_id)){ ?><input type="hidden" name="PHPSESSID" value="<?php echo $session; ?>" class="hidden"><?php }; ?></form> 11 <?php echo $sql_select['result']; ?> 11 <?php if( !empty($sql_select['result']) ){ ?> 12 <?php echo $sql_select['result']; ?> 13 <?php } elseif( !empty($sql_select['error']) ){ ?> 14 <?php echo $sql_select['error']; ?> 15 <?php }; ?> 16 12 17 13 18 <?php
Note:
See TracChangeset
for help on using the changeset viewer.