ďťż
Podstrony
|
telcocafeWitam mam system newsów zamieszczam go ponizej i potrzebuje do tego komentarze :( jakos mi nic nie wychodzi help<?php if (!isset($_GET['view'])) { $_GET['view'] = ''; } if ($_GET['view'] !='all') { $upd = mysql_fetch_array(mysql_query("select * from updates order by id desc limit 1")); print "<b>$upd[title]</b> napisany przez <b>$upd[starter]</b>...<br><br>\"$upd[updates] \"."; print "<br><br>(<a href=updates.php?view=all>ostatnie 10 wie¶ci</a>)"; } else { $usel = mysql_query("select * from updates order by id desc limit 10"); while ($upd = mysql_fetch_array($usel)) { print "<b>$upd[title]</b> napisana przez <b>$upd[starter]</b>... \"$upd[updates]\"<br><br>"; } } require_once("footer.php"); ?> SQL -- -- Struktura tabeli dla `updates` -- CREATE TABLE `updates` ( `id` int(11) NOT NULL auto_increment, `starter` text NOT NULL, `title` text NOT NULL, `updates` text NOT NULL, UNIQUE KEY `id` (`id`) ) TYPE=MyISAM PACK_KEYS=0 AUTO_INCREMENT=2 ; -- -- Zrzut danych tabeli `updates` -- a konkretnie to co Ci nie wychodzi ? szukasz kogoś kto Ci pomoże napisać czy czarnucha który zrobi to za CIebie ? |
|||
Sitedesign by AltusUmbrae. |