Changeset 9 for trunk/www/jirihajda/index.php
- Timestamp:
- Nov 23, 2009, 10:15:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/jirihajda/index.php
r1 r9 1 <? 1 <?php 2 2 include_once('db.php'); 3 3 … … 22 22 <h3>Seznam aktuálních projektù a aktivit:</h3><hr> 23 23 <table> 24 <? 24 <?php 25 25 DB_Select('projekty', '*', 'finished = 0'); 26 26 while($Row = DB_Row())
Note:
See TracChangeset
for help on using the changeset viewer.