News and Events
$user="thebridal";
$password="jeans-ladi";
$link= mysql_connect("localhost",$user,$password);
$db_name="thebridal";
mysql_select_db($db_name);
?>
$sql2 = mysql_query("SELECT * FROM events ORDER by id DESC LIMIT 3"); ?>
while ($row2 = mysql_fetch_row($sql2)) {
$content=nl2br($row2[3]);
echo "$row2[1]
";
echo "$content
";
echo "$row2[2]
";
} ?>
