Hey everybody I want to let you know that I have undertaken the grueling task of getting the heck away from WordPress. I was so sick of the problems and updates I had to do all the time. I am now using my ezbloo system and I am integrating all my old posts into the new system. It sucks, but in the end, I will save bundles of time. I needed to keep things simple and that is why I created ezbloo. I'll have more on this later for you guys after I am done with the total integration of my old posts here. So if you are looking for a post and need it faster, shoot me an email and I will make it a priority. [email protected]

Update a Database in PHP MySqli
Update a Database in PHP MySqli

To Update a Database in PHP MySqli you will have to make sure that the following steps have been taken.

Read More
Insert Into Database Using PHP MySqli
Insert Into Database Using PHP MySqli

Insert Into Database Using PHP MySqli using the following procedures. You must first make sure that you have these steps set up before you proceed.

Read More
Query results from a Database Using PHP MySqli
Query results from a Database Using PHP MySqli

In order to Query results from a Database Using PHP MySqli make sure that you have the following steps taken care of.

Read More
Connect to a Database Using PHP MySqli
Connect to a Database Using PHP MySqli

Connect to a Database Using PHP MySqli, you can follow these general steps:

Read More
What is the difference between MySql and MySqli
What is the difference between MySql and MySqli

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
Drop a table from a database with PHP MySqli
Drop a table from a database with PHP MySqli

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
Create a new Table in a MySqli Database
Create a new Table in a MySqli Database

To Create a new Table in a MySqli Database you will have to be sure of the following.

Read More
Make a Config file to connect to MySql Database
Make a Config file to connect to MySql Database

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
Setting Up a Cursor Pointer in CSS
Setting Up a Cursor Pointer in CSS

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
How to Apply a CSS Hover Effect
How to Apply a CSS Hover Effect

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
Grant privileges to a Database in MySqli
Grant privileges to a Database in MySqli

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
Create a MySql Database in PHP in MySqli
Create a MySql Database in PHP in MySqli

In order to Create a MySql Database in PHP in MySqli you will need to have the following set up before you proceed.

Read More
Create a Facebook Icon in CSS
Create a Facebook Icon in CSS

The first thing that we will do is set up or div to create a facebook icon in CSS.

Read More
How to make a Trapezoid in CSS
How to make a Trapezoid in CSS

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
Make a diamond in CSS
Make a diamond in CSS

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