Changeset 210 for quests/ListQuests.php
- Timestamp:
- Jan 12, 2008, 12:24:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/ListQuests.php
r209 r210 6 6 quests WHERE quests.Language = '1' AND quests.Complete = '1' order by 2"); 7 7 echo '<table border="1" cellpadding="2" cellspacing="0"> 8 <tr><th>Poøadové èíslo</th><th>ID questu</th><th>Název Questu</th><th>U¾ivatel</th><th> Poèet hlasù</th></tr>';8 <tr><th>Poøadové èíslo</th><th>ID questu</th><th>Název Questu</th><th>U¾ivatel</th><th>Známka</th></tr>'; 9 9 while ($Line = mysql_fetch_array($ID)) { 10 10 echo '<tr><td><a href="form.php?ID='.$Line['ID'].'">'.$Line['ID'].'</a></td> … … 46 46 47 47 echo '<table border="1" cellpadding="2" cellspacing="0"> 48 <tr><th>Poøadové èíslo</th><th>ID questu</th><th>Název Questu</th><th> Poèet hlasù</th></tr>';48 <tr><th>Poøadové èíslo</th><th>ID questu</th><th>Název Questu</th><th>Známka</th></tr>'; 49 49 $ID = $Database->SQLCommand("SELECT * FROM quests Where User='".$_SESSION['UserID']."' order by 1 "); 50 50 while ($Line = mysql_fetch_array($ID)) {
Note:
See TracChangeset
for help on using the changeset viewer.