Top 20 Similar PHP Tutorials

Creating an advanced website shoutbox with PHP and MySQL

This tutorial is about creating an advanced website shoutbox with PHP and MySQL
General » avengex.com
Score(+): 3 | Views: 161 | Similar Tuts | Save it | View this tutorial

Advanced PHP

In this tutorial you will learn how to Abstract Classes to Define Rules
General » talkphp.com
Score(+): 1 | Views: 122 | Similar Tuts | Save it | View this tutorial

Advanced Functions with PHP

A brief tutorial containing how to information on Comments, Variables, Predefined $_GET Variable, Basic Math, Exponents, If Statements, Else Statements, Isset, Echo Function, Including HTML inside of PHP.
Basics » hackosis.com
Score(+): 2 | Views: 168 | Similar Tuts | Save it | View this tutorial

Advanced PHP: Using the Factory Pattern

The factory method pattern is an object-oriented design pattern. Like other creational patterns, it deals with the problem of creating objects (products) without specifying the exact class of object that will be created.
Functions and OOP » talkphp.com
Score(+): 3 | Views: 210 | Similar Tuts | Save it | View this tutorial

Advanced PHP: Working with Interfaces

When you create an interface, you're basically creating a prototype/blueprint of functions that classes using the interface must implement in order to be valid. It's usually easier to learn from example, so here's a basic interface that represents a Page.
Functions and OOP » talkphp.com
Score(+): 2 | Views: 153 | Similar Tuts | Save it | View this tutorial

ADVANCED Random Signature Generator

In this tutorial you will learn more about advanced Random Signature Generator - GREAT for forum signatures!
General » pixel-designz.net
Score(+): 2 | Views: 204 | Similar Tuts | Save it | View this tutorial

Advanced Form Spell Checker

This tutorial will show you how to create a spell checker in PHP
Advanced » hotsnow.co.uk
Score(+): 3 | Views: 154 | Similar Tuts | Save it | View this tutorial

Advanced PHP: PHP5's OOP Method Chaining

In this article, I'll be talking about a useful new feature introduced in PHP5 as part of the OOP improvements over PHP4. This feature is called Method Chaining and enables us to do pretty cool things like...
Functions and OOP » talkphp.com
Score(+): 2 | Views: 138 | Similar Tuts | Save it | View this tutorial

Advanced PHP: How to use the Singleton Design Pattern

The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a method for limiting the number of instances of an object to just one. It's an easy pattern to grasp once you get past the strange syntax used.
Functions and OOP » talkphp.com
Score(+): 13 | Views: 348 | Similar Tuts | Save it | View this tutorial

Creating Joomla 1.5 Advanced Registration System

Learn more about Creating Joomla 1.5 Advanced Registration System
Advanced » prodevtips.com
Score(+): 4 | Views: 251 | Similar Tuts | Save it | View this tutorial

Object Orientated: Creating an Advanced Pagination Class

This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display the results accordingly.
Functions and OOP » talkphp.com
Score(+): 6 | Views: 222 | 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(+): 3 | Views: 155 | 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(+): 3 | Views: 231 | Similar Tuts | Save it | View this tutorial

Connecting and using MySQL with PHP

In this tutorial you can learn Sth more about Connecting and using MySQL with PHP
Database » libraryofmike.org
Score(+): 3 | Views: 189 | 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(+): 2 | Views: 172 | 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(+): 3 | Views: 194 | 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(+): 3 | Views: 225 | 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(+): 18 | Views: 652 | 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(+): 2 | Views: 201 | 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(+): 3 | Views: 281 | Similar Tuts | Save it | View this tutorial