wiem ze mozna zrobic cos takiego...
SELECT * FROM `nazwabazydanych` WHERE `data` DESC
Natomiast ja zrobiłem u siebie ze wyciąga mi wszystko od razu
// display data in table echo "<tr> <th>ID</th> <th>Data</th> <th>Zlecenie</th> <th>Klient</th> <th>Miasto</th> <th>Przewoznik</th> <th>Miejsce</th> <th>UWAGI</th> <th>Palety</th> <th>Sztuki</th> <th>Status</th> <th></th> <th></th></tr>"; // loop through results of database query, displaying them in the table // echo out the contents of each row into a table
czy jest jakiś sposób na to czy muszę wyciągać wszystko po kolei?