Ready to Switch to eZbloo?
Basic eZbloo Plan $15 a month- Perfect for Low traffic and new startups
Premium eZbloo Plan $45 a month- Perfect for High Traffic Sites
Any Questions?: Contact me here!

What is the difference between MySql and MySqli? MySqli is the new and improved extension for MySql. The difference between MySql and MySqli is the way your write the code. For instance to connect to a database in MySql you would write the code something
Read More
If you want to Drop a table from a database with PHP MySqli you must make sure that the table is there in the first place. If you have not done so please see Create a New Table in a MySqli Database. To drop a table use the following code. You must make s
Read More
To Create a new Table in a MySqli Database you will have to be sure of the following.
Read More
In order to connect to a database you need to make a key file. Make a Config file to connect to MySql Database. This is a fairly simple process. You take the information that you assigned to a database when you granted privileges to it and make a file an
Read More
This tutorial will be on setting up a cursor pointer in CSS. There are many methods to setting up a cursor pointer in CSS. A webmaster or web developer can virtually set up unlimited amounts of pointers in CSS. Below is a list of cursor styles in CSS that
Read More
Many times there are clients that want to know how to apply a CSS hover effect in their website. This is an easy process when done with CSS. First we will write a div tag and give it an id. We will call our example of a CSS hover effect hover.
Read More
MySqli is a PHP extension used to connect and communicate with MySQL databases. One of the key features of MySqli is the ability to grant privileges to users for accessing databases. This feature allows the database administrator to have better control ov
Read More
In order to Create a MySql Database in PHP in MySqli you will need to have the following set up before you proceed.
Read MoreThe first thing that we will do is set up or div to create a facebook icon in CSS.
Read More
This is how you make a trapezoid in CSS. First you want to set up the div. We will give our div an id of trapezoid.
Read More
To make a diamond in CSS first set up the div. We are going to give our div an id of diamond so we can target it with our CSS style.
Read More
If you want to make a hexagon in CSS first set up your div. We are going to give our div an id of hexagon.
Read More
To make an octagon in CSS first we need to set up a div. We are going to give our div an id of octagon.
Read More
Make a Pentagon in CSS. Set up a div in your html page and call it pentagon.
Read More
Set up a div and call it oval. This will set up or CSS command to target the div.
Read More