[php]
<?php
$servername = "localhost";
$username = "root";
$password = "123456789";
// Create connection
$conn = mysqli_connect($servername, $username, $password,$dbname);
// Check connection
if (!$conn) {
die("Connection failed: " . mysqli_connect_error());
}
echo "Yeah!! connected successfully!!"
?>;
[/php]

HTML colour codes
Here is the link for html colour names. Use them in your HTML or CSS. 😀

WordPress Workshop
I am running a WordPress Workshop for CS and IT students. It will be held on 9 Sep 2017 at SC1220. ALL FREE! Please put this date in your diary and feel free to come along.
Click here for further details.
See you there soon!

New Semester Timetable (1/2017)
Hi all,
Here is my timetable for this semester (Aug – Dec 2017)
😀
Class Timetable 2/2016_17
Here is my class schedule for this semester (2/2016_17)
Monday
13.00-15.00: Office Hours
Tuesday
10.00-12.00: Office Hours
13.00-15.00: Research Methods for CS @1443
Wednesday
10.10-12.10: Introduction Programming @1222
Thursday
Final year project students
Friday
10.10-12.10: Introduction Programming @1220
13.00-15.00: Research Methods for CS @1222
Saturday
09.00-12.00: Research Methods and Innovation for MSc
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!