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.
Basic: Student Registration System
Hello good day to all. This is my first upload in this site. My program is a basic student registration system with department/course selection. Enjoy! you can modify my code and improve if you want. Don't forget to add me in facebook [https://www.facebook.com/jasonvcastellano] .and contact in my email [email protected]. Thank you!!
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.Ticket System in PHP - #1 Database Design & HTML Password Reset Form
Introduction:
This tutorial is on how to create a full ticket system in PHP, HTML, and MySQLi. Since ticket systems require a lot of fairly complex code, for beginners, this will be split up in to multiple tutorials/sections.Simple CRUD in VB.NET
Hello, This is my first upload here in this site. It's a simple CRUD made in VB.NET design specifically for newbie. There's so many simple program here but this one is so very simple for aspiring coders. There's only one form. You can improve it if you like.
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
Loading Spinners Animation Using CSS
This project project will teach you how to animate a loading spinners using css. This is very useful for those website which has a big content to indicate that the server still loading for pages. This is pure css without any javascript codes or jQuery plugin. Hope you learn from this.