rider_lv Posted August 28, 2006 Report Share Posted August 28, 2006 Esmu šajā jomā iesācējs un netieku nekādīgi skaidrībā, kā lai izveido tā, ka ieejot adresē http://www.blabla.lv/?cat=news&id=1 atvērtos vaļa 1 ziņa??? Šeit būs kods: <?php echo "<table align=left><p>Ziņaas:</p></table><br><br>"; $news = file('news.txt'); $news = array_reverse($news); $count = 0; for($i=0;$i<count($news);$i++){ $data= explode("||", $news[$i]); echo "<td><tr><a href=?cat=news&id=$data[0]>$data[3]</a><br> <a>Ievietots: $data[1] @ $data[2]</a><br> <a>$data[4]</a></tr></td><br><br>"; $count++; if ($count==5) break; } ?> Link to comment Share on other sites More sharing options...
litt Posted August 28, 2006 Report Share Posted August 28, 2006 $_GET['id'] , tur būs ziņa Nr. 1 Link to comment Share on other sites More sharing options...
Recommended Posts