Archive for April, 2010

Retrieve Data From a MySQL Database

Posted: April 28, 2010 by abdulqadeer in Information Tech

<?php include ‘config.php’; include ‘opendb.php’; $query  = “SELECT name, subject, message FROM contact”; $result = mysql_query($query); while($row = mysql_fetch_array($result, MYSQL_ASSOC)) { echo “Name :{$row['name']} <br>” . “Subject : {$row['subject']} <br>” . “Message : {$row['message']} <br><br>”;

Windows 7 Trial extended

Posted: April 22, 2010 by abdulqadeer in Information Tech

Windows 7 Enterprise 90-day Trial Welcome to the Windows 7 Enterprise 90-day Trial. It is designed specifically for IT Professionals, so that you can test your software and hardware on a final version of the product. In addition, it provides the opportunity for you to become more familiar with the key improvements over previous versions of [...]

Updated CCNA LAB GUIDE 640-802

Posted: April 14, 2010 by abdulqadeer in Information Tech

92 Pages File size: 3.54 mb Download CCNA Update Lab guide 640-802

Home Remedies for COMMON COLD / RUNNING NOSE

Posted: April 14, 2010 by abdulqadeer in Information Tech

COMMON COLD / RUNNING NOSE A common cold, also known as acute coryza, is an inflammation of the upper respiratory tract caused by infection with common cold viruses. A common cold occurs more often than any other disease – hence, its name. A person may suffer from a common fold several times in a year. A cold usually [...]

The great MS is in the planning stages of what they are calling The Common OpenSource Application Publishing Platform (or COAPP). Now before anyone rears up and says, It’s a hoax, I did check and the domain coapp.org is registered to Mr. Garrett Sarack (who happens to be an Open Source developer for Microsoft). So, [...]