Changeset 16 for finance/index.php
- Timestamp:
- Aug 12, 2007, 1:35:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
finance/index.php
r14 r16 4 4 ?> 5 5 6 <TABLE width="100%" border="0"> 7 <TR> 8 9 10 <TD width="3%" valign="top"> 11 12 <TD valign="top"> 6 <h3>Pøíspìvky na server:</h3> 13 7 <P> 14 8 Pøispìjte na server budete mít kvalitnìjí hraní, dobrý pocit a budete zde uvedeni.<br> … … 94 88 'contribution' => 'Pøispìvek od', 95 89 ); 90 $Database->select_db('wow'); 96 91 $Result = $Database->select('finance', 'SUM(money)'); 97 92 $Row = $Result->fetch_array(); … … 127 122 */ 128 123 echo('</table>'); 124 ShowFooter(); 125 129 126 ?> 130 127 131 </table>132 133 <?php134 ShowFooter();135 ?>136
Note:
See TracChangeset
for help on using the changeset viewer.