Changeset 109 for db/include/creeps.php
- Timestamp:
- Oct 14, 2007, 1:35:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
db/include/creeps.php
r76 r109 3 3 ?> 4 4 5 <p>Nezprovozněno.</p> 5 <form action=" " method="get" class="search_form"> 6 <input type="hidden" name="id" value="creeps" class="hidden"> 7 <table class="search_form" border="0" cellspacing="0" cellpadding="2"> 8 <tr><td><label for="q">Hledat:</label></td><td colspan='3'><input type="text" name="q" id="q" value="<?php echo $q; ?>"></td><td><input type="submit" value="Hledat" name="quest_find"></td></tr> 9 </table><?php if(!empty($session_id)){ ?><input type="hidden" name="PHPSESSID" value="<?php echo $session; ?>" class="hidden"><?php }; ?></form> 10 <?php if( !empty($sql_select['result']) ){ ?> 11 <?php echo $sql_select['result']; ?> 12 <?php } elseif( !empty($sql_select['error']) ){ ?> 13 <?php echo $sql_select['error']; ?> 14 <?php }; ?> 15 6 16 7 17 <?php
Note:
See TracChangeset
for help on using the changeset viewer.