Changeset 229 for quests/dictionary.php
- Timestamp:
- Jan 15, 2008, 3:27:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/dictionary.php
r225 r229 110 110 $sql = "SELECT * FROM `dictionary`"; 111 111 } 112 echo '<table border="1" cellpadding="2" cellspacing="0" width="100%">'; 112 echo '<table border="1" cellpadding="2" cellspacing="0" width="100%"> 113 <tr><th>Eng</th> 114 <th>Cze</th> 115 <th> Popis</th></tr>'; 113 116 $ID = $Database->SQLCommand($sql); 114 117 while ($Line = mysql_fetch_array($ID)) {
Note:
See TracChangeset
for help on using the changeset viewer.