Archive for the ‘PHP’ Category

Server Driven DataTable with Pagination / Sorting

This example builds a DataTable based on the columns information taken from the server. Instead of building a statically defined DataTable it will build it based on what the server says.
It has been based on the server-side pagination and server-side sorting examples. They have both been changed in that they do not use [...]

More »

Displaying form data in PHP

A useful piece of code I wrote to display the data sent from any type of html form, simply copy this code below into a php file and use that file as the action in the html form, When you submit the form it will display the values of the form in the next page, [...]

More »

Useful PHP & jQuery Components

1 – Directory Trees With PHP And jQuery
A easy way to keep track of many files is to use a directory tree. A directory tree lists out files and directories so that it’s easy to find what you’re looking for. In this tutorial, you will be taught how to make a directory tree using PHP [...]

More »

Cool Login With PHP, MySQL & jQuery

An excellent tutorial on how to make a cool & simple login / registration system.
It gives you the ability to easily create a member-only area on your site and provide an easy registration process.
It’s PHP driven and stores all the registrations into a MySQL database. This tutorial is an addon to the original sliding jQuery [...]

More »