Home Page
About Almeda
About Our Programs
FAQs
Degree Programs
Undergraduate Programs
Graduate Degree Programs
ELearning
Special Programs
Prospective Students
Current Students
News
In the News
Newsletter Archives
Hire a Grad
Alumni Testimonials
Join our Newsletter
Alumni Login
Live Chat
Privacy Statement Articles of Interest
$conn=mysql_connect('localhost', 'ahmed', 'sEcUre')or die(mysql_error());
mysql_select_db('articles', $conn);
$dsp="SELECT * FROM artcls ORDER BY id DESC " ;
$result=mysql_query($dsp);
echo " ";
while($row = mysql_fetch_array($result)) {
$lnk = $row['name'];
echo "- ";
echo "".$row['title']." ";
echo "
";
}
echo " ";
?>
|