include("Connections/db.php"); $query = "SELECT msg FROM sab_chairman where id=1"; $result=mysql_query($query); $row=mysql_fetch_array($result); ?>
echo $row[0];?>