Best Tutorials website
Latest tutorials

Advertisment

Top 21 PHP progamming mistakes - Part I: Seven Textbook Mistakes

Top 21 PHP progamming mistakes - Part I: Seven Textbook Mistakes

This article is intended for the PHP programmer interested in avoiding some of the most common mistakes when applying PHP. This first part of the...


Views: 699 | Rating star | by Tutorial
PHP - Development

Top 21 PHP Programming Mistakes - Part 2: Seven Serious Mistakes

Top 21 PHP Programming Mistakes - Part 2: Seven Serious Mistakes

In this second part of the series, it describes 7 common mistakes in PHP programming that will lead to drastically slower run times and less secure...


Views: 722 | Rating star | by Daniel
PHP - Development

COM Functions in PHP4 (Windows)

COM Functions in PHP4 (Windows)

The built-in COM functionality of PHP4 is quite attractive for some of us programming in the win32 environment. So far, there is not much...


Views: 854 | Rating star | by Jason
PHP - Development

Debugging PHP: Did You Remember to

Debugging PHP: Did You Remember to "Dot All Your I's and Cross All Your T's"?

So you've finally managed to install PHP. Anxious to use your new tool, you find the print function in the manual, write your own hello world,...


Views: 0 | Rating star | by Marry
PHP - Development

PHP Debugging with Class

PHP Debugging with Class

This article talks about a technique for debugging CGI programs written with the PHP scripting language. Topics include: Creating the Debug Class,...


Views: 896 | Rating star | by Steve
PHP - Development

Arrays, HTML, and PHP

Arrays, HTML, and PHP

This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP.


Views: 790 | Rating star | by Ben
PHP - Development

Apache, Apachecon and PHP

Apache, Apachecon and PHP

This article covers several useful topics on PHP programming from basics to working with database. Main topics include: mod_php - Hello World, PHP...


Views: 732 | Rating star | by Troy
PHP - Development

Using Strings

Using Strings

A large portion of Web programming requires strings to be handled and generated, so knowing how to use and handle strings properly is extremely...


Views: 767 | Rating star | by Jarry
PHP - Development

An Introduction to Classes

An Introduction to Classes

This tutorial teaches you how to write and use classes, to make your PHP code more flexible and easier to manage. The tutorial guides you through...


Views: 801 | Rating star | by Colin
PHP - Development

Session Handling with PHP 4

Session Handling with PHP 4

Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use,...


Views: 711 | Rating star | by Adam
PHP - Development

Creating dynamic dropdown lists in mySQL

Creating dynamic dropdown lists in mySQL

This tutorial describes how to build a basic admin interface to allow you to add and delete users from the browser instead of having to Telnet into...


Views: 778 | Rating star 1 | by David
PHP - Development

Introduction to Control Structures

Introduction to Control Structures

Control structures are some of the coolest things in PHP. They take a lot of the work off of your shoulders and place the burden on the language...


Views: 778 | Rating star | by Adam
PHP - Development

Easy Query Strings

Easy Query Strings

Learn how to do all that index.php?page=Tutorials kinda stuff.


Views: 537 | Rating star | by Source
PHP - Development

Classes

Classes

Learn Advanced Object Oriented Programming for PHP.


Views: 500 | Rating star | by Brad
PHP - Development

Include/SSI

Include/SSI

Learn how to use the include() function using the power of PHP.


Views: 483 | Rating star | by Slicer
PHP - Development

Object Oriented Programming With PHP 4.1.x

Object Oriented Programming With PHP 4.1.x

Object Oriented Programming provides raw power to PHP 4.1.x


Views: 477 | Rating star | by Donald
PHP - Development

Classes and OOP in PHP

Classes and OOP in PHP

Object orientated programming (OOP) is a commonly used term when discussing modern programming techniques. One of the things that makes humans...


Views: 482 | Rating star | by Troy
PHP - Development

Working with Arrays

Working with Arrays

When simple variables are just not good enough, arrays come into play. This tutorial presents the most important problems you'll have to solve...


Views: 483 | Rating star | by Slicer
PHP - Development

PHP Script Tips - Understanding String Literals and Operations

PHP Script Tips - Understanding String Literals and Operations

A collection of 14 tips on PHP string literals, operations and conversaion. Clear explanations and tutorial exercises are provided on single-quoted...


Views: 476 | Rating star | by Amy
PHP - Development

PHP Script Tips - Manipulating Strings with Built-in Functions

PHP Script Tips - Manipulating Strings with Built-in Functions

A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim,...


Views: 533 | Rating star | by Sarah
PHP - Development