Viewing file: monbiznaslov2.inc (872 B) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
mysql_connect (localhost, us10505a, proba); mysql_select_db (db10505e); $result = mysql_query ("SELECT title,ID,date,Slag FROM news WHERE topicId=1 or topicId=3 or topicId=4 or topicId=5 ORDER BY ID desc LIMIT 15 ");
if ($row = mysql_fetch_array($result)) {
do { print ("<font face=\"verdana\"><font size=\"1\">"); print $row["date"]; print ("</font>"); print ("<br>");
print ("<b><font face=\"verdana\"><font size=\"1\"><font color=\"Navy\"><a href=\"index.php3?akcija=busines\">"); print $row["title"]; print ("</a></font></b>"); print (" "); print ("<hr size=1>");
} while($row = mysql_fetch_array($result));
} else {print "Nema clanaka!";} print ("<b><font face=\"Verdana\"><font size=\"2\"><font color=\"Navy\"><a href=\"index.php3?akcija=busines\">"); print ("Svi naslovi..."); print ("</a></font></b>");
?>
|