// open a connection to the database $link = mysql_pconnect("localhost","sports","casual"); mysql_select_db("reactive",$link); // define the recordset for the news titles $rsNews = "SELECT newsid,title FROM news ORDER BY newsid DESC LIMIT 0,6"; $resultNews = mysql_query($rsNews); $numberNews = mysql_num_rows($resultNews); ?>
|
|