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 » stilisticdev.net
Score(+): 0 | Views: 38 | Save it | Report it


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 » phpeasystep.com
Score(+): 0 | Views: 28 | Similar Tuts | Save it | View this tutorial

Limiting MySQL Query Results (With Pagination)

This tutorial is about Limiting MySQL Query Results (With Pagination)
General » biorust.com
Score(+): 0 | Views: 53 | Similar Tuts | Save it | View this tutorial

Storing a PHP Array in a MySQL Database

Learn how to store a PHP Array in a MySQL Database
Database » asakusuma.com
Score(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

Printing all elements in an array

Learn how to print all elements in an array
General » veckd.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 0 | Views: 20 | Similar Tuts | Save it | View this tutorial

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 » phpf1.com
Score(+): 0 | Views: 30 | Similar Tuts | Save it | View this tutorial

Create dropdown menus using array

This tutorial will explain how to create a dropdown menu using function which populates values from the array
General » coremediadesign.co.uk
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

PHP Array Pagination with Class Based Script

This tutorial is about PHP Array Pagination with Class Based Script
General » lotsofcode.com
Score(+): 1 | Views: 63 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 0 | Views: 27 | Similar Tuts | Save it | View this tutorial

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 » ztej.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

Using OOP with MySQL a mysql class

Learn how to create and use OOP with a mysql class
Database » shadow-fox.net
Score(+): 0 | Views: 25 | Similar Tuts | Save it | View this tutorial

PHP and MySql tutorial

This is a starters guide for basic functionality!
Database » cipherpixel.com
Score(+): 2 | Views: 37 | Similar Tuts | Save it | View this tutorial

PHP and MySQL Injection

A general overview about PHP and MySQL Injection
Security » imneebu.com
Score(+): 1 | Views: 73 | Similar Tuts | Save it | View this tutorial

Learning PHP and MySQL

This is a massive guide to integrating MySQL with your PHP applications
Database » tutorialspoint.com
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial

Fetch MySQL Row

Fetch (retrieve) a specific MySQL row and display it in a simple table.
Database » scriptplayground.com
Score(+): 1 | Views: 111 | Similar Tuts | Save it | View this tutorial

PHP MySQL by examples

Learn by examples how to manipulate your database using PHP
Database » roscripts.com
Score(+): 0 | Views: 40 | Similar Tuts | Save it | View this tutorial

IP Banning in with mySQL

This tutorial will show you how to ban people by IP address with php and mysql
Security » chipmunk-scripts.com
Score(+): 3 | Views: 98 | Similar Tuts | Save it | View this tutorial

MySQL FAQs

This tutorial helps you to know more about PHP Connections and Query Execution
Database » dba.fyicenter.com
Score(+): 0 | Views: 32 | Similar Tuts | Save it | View this tutorial

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 » deceptive-logic.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

PHP and MySQL RSS Feed

Learn how to create a dynamic XML RSS document with PHP
General » webwicked.com.au
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial