


Three ways to use if else statement in php
If else is one of the most frequently used conditional statements in PHP. For that reason, Web programmers should know and have a clear idea about how to use appropriately as well as efficiently the if/else statements in different situations of a project. In our previous tutorials on PHP, I wrote about how to work [...]
A Complete Guideline For HTTP Status Codes
Today we are going to learn a new and interesting topics called Status Code. These codes also known as Hyper Text Transfer Protocol Response Status Code. That means by using this code we can measure response of any HTTP request. There are five classes of response code and first digit of response code determine the [...]
3 steps to create a simple tooltip box
Tooltip is a message box that appears when cursor is positioned over an image, icon, link or any other HTML element. In this example mouse over on a icon and it will show tooltip showing a text message. In this tutorial I'm going to show you how to create a simple tool tip box in [...]