$dbName = "adyainte_adya";
$dbCon = @mysql_connect("localhost", "adyainte_adya", "Adya2016") or die("Could not connect to the database
Error:" .mysql_error());
$dbChoose = mysql_select_db($dbName) or die("Could not select to the database
Error:" . mysql_error());
$selNewsupdates=mysql_query("select * from news order by news_id DESC");
?>
Untitled Document
while($fetchNews=mysql_fetch_array($selNews))
{
?>
|
|
| ------------------------------------------------------------------------------------------- |
}
?>
|