PHP Tutorial
Alternating Row Colors From mysql results and/or array values
This tutorial is about alternating Row Colors From mysql results and/or array values
Database »
Top 20 Similar PHP Tutorials
Alternating table row colors in a MySQL query results page
Many of website use this script to alternate their table row color that selected from mysql database, very useful and cool
Database »
Limiting MySQL Query Results (With Pagination)
This tutorial is about Limiting MySQL Query Results (With Pagination)
General »
Storing a PHP Array in a MySQL Database
Learn how to store a PHP Array in a MySQL Database
Database »
Getting Started with Array Functions
Arrays can be extremely useful. It's just when someone asks in what instance would you use an array, I end up being quite stumped to give a decent example. The truth is that arrays are used everywhere, from returning information from a database table, or storing models for your code. They come in a few forms: basic arrays or numeric arrays, multidimensional arrays and associate arrays.
Basics »
Detailed PHP array tutorial
In this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch on multidimensional arrays as well.
Basics »
Create dropdown menus using array
This tutorial will explain how to create a dropdown menu using function which populates values from the array
General »
PHP Array Pagination with Class Based Script
This tutorial is about PHP Array Pagination with Class Based Script
General »
Using the Internal Array Pointers to Access Elements in Arrays
The native array pointer functions in PHP allow you to traverse an array without actually referring to specific array elements. They can be particularly useful if you're using an associative array and wish to use the first element in the array. An internal array pointer, in PHP, is fundamentally an invisible pointer that points to a particular record in an array.
Basics »
Mysql Tutorial 1 : How to create a MySQL Database and Table
Mysql Tutorial 1 : MySQL for Newbies, How to create a MySQL Database and Table
Database »
Learning PHP and MySQL
This is a massive guide to integrating MySQL with your PHP applications
Database »
IP Banning in with mySQL
This tutorial will show you how to ban people by IP address with php and mysql
Security »
MySQL FAQs
This tutorial helps you to know more about PHP Connections and Query Execution
Database »
MySQL Class
This tutorial will show you the basics of creating a class that will handle your basic MySQL functions, as well as handle some error reporting so you dont have to add "or die(mysql_error());" to your mysql querys.
Database »










