PHP Record Fetching Functions

PHP Record Fetching Functions Today world wide web is dominated by php applications. Over 250M sites use php on the web and php 5 used 98% sites who use php. Most of php based application use mysql database server to store application related data. Nowadays software application contained millions of records because of that data retrieval is getting complex. In this tutorial I am going to explain mysql result manipulation functions and their usage.

Ticket System in PHP - #2 Generating Tickets

Introduction:

This tutorial is a continuation from my previous tutorial in which I covered the database design and HTML password reset form scripting for this password reset ticket system.

Part Two - Fake Data:

Before we can even think of making a password reset ticket system, we need to create a fake user to which we can reset their password.

SVG Basic Shapes

This project will teach you how to create basic shapes of SVG. SVG(Scalable Vector Graphics) is an XML-based vector image for two dimensional graphics which also support animation. I have here first an example of the basic shapes. Consider this as a steps in learning SVG. Hope you learn from this.

Javascript Mouse Enter and Mouse Leave Events

Introduction:

This tutorial is going to be explaining the Javascript/jQuery events for mouse enter and leave.

jQuery Events?

jQuery or Javascript events are triggered when the appropriate event trigger occurs. The trigger is easily determined by simply looking at the event name, for example; this tutorial is on the 'mouse enter' and 'mouse leave' events, which are therefore triggered when the user moves their mouse in to, and out of, the given event area.

HTML:

Before we can start our jQuery we need some basic HTML.

CSS Image Hover Effects

This project will teach you how different effect on hover using CSS. No javascript or jQuery codes used. With just few lines of css codes, you can be able to have these effects. I have here two examples of effect when hovered, blur and grayscale. We have to use the transition property in order to do this. For blur effect, we have to set blur to 5px. And for grayscale, we have to set grayscale to