Advertisment
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: 766 | | by Tutorial
PHP - Development
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...
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...
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,...
This article talks about a technique for debugging CGI programs written with the PHP scripting language. Topics include: Creating the Debug Class,...
This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP.
This article covers several useful topics on PHP programming from basics to working with database. Main topics include: mod_php - Hello World, PHP...
A large portion of Web programming requires strings to be handled and generated, so knowing how to use and handle strings properly is extremely...
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...
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,...
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...
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...
Learn how to do all that index.php?page=Tutorials kinda stuff.
Learn Advanced Object Oriented Programming for PHP.
Learn how to use the include() function using the power of PHP.
Object Oriented Programming provides raw power to PHP 4.1.x
Object orientated programming (OOP) is a commonly used term when discussing modern programming techniques. One of the things that makes humans...
When simple variables are just not good enough, arrays come into play. This tutorial presents the most important problems you'll have to solve...
A collection of 14 tips on PHP string literals, operations and conversaion. Clear explanations and tutorial exercises are provided on single-quoted...
A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim,...