PHP Tutorial [Part 1] 0.1
PHP Tutorial [Part 1] is a free program introducing variables, if statements, and loops.
View ArticlePHP Object Oriented Programming 0.1
PHP Object Oriented Programming is a program covering Object Oriented Programming in PHP/ "classes".
View ArticleSwitching to PHP: What's the Language Difference?
This article is intended for readers getting started with PHP, but who are already familiar with another Web based language. It points out some of the main areas where things are different from other...
View ArticleBuilding a Database-Driven Web Site Using PHP and MySQL
Its time to face it: databases are everywhere. Feeling left behind? This ten part series of articles will teach you everything youll need to build a database-driven Web site from the ground up. Main...
View ArticlePHP 101 (Part 2) - Shakespeare's Rose
This is the second part of the PHP 101 article. The second article in this series takes a look at PHPs form-processing capabilities, and introduces you to the comparison and logical operators and the...
View ArticleBen's PHP Tutorial
A set of online tutorials on PHP development. Topics include: History, Installation, Variables, Math, Control Structures, Objects and Classes, Functions, Arrays, I/O file access, PHP / MySQL database,...
View ArticlePHP4 Compiled HTML Manual 4.0
This is a remastered PHP4.CHM(Compiled HTML Manual). Added keyword index and good-looking MSDN style sheets.
View ArticlePHP's Ternary Operator and the Switch() statement
This article is designed to introduce new PHP programmers who have limited experience in other programming languages to the power of the ternary operator and the switch statement. Supported in many C...
View ArticleLAMP, MySQL/PHP Database driven website design and development, Part I 1.0
This tutorial provides some technical background on a LAMP server, database design and normalization of a MySQL database, and an approach to developing admin screens for a fictional game site, as a...
View ArticlePHP tutorial for beginners 4.x.
This tutorial is specially written for PHP newbies who need to start writing PHP. It contains link to installing PHP for beginners too.
View ArticleIntroduction to PHP (by Matt Beckman) 1.2
This is an introduction to the PHP web development language. Focuses on the "meat & potatoes" of the language, and assumes the user has little experience with web development languages.
View ArticleUnderstanding PHP All
PHP, the PHP Hypertext Processor, is an open source server-side scripting language for Web servers, which provides a real alternative to ASP, ColdFusion, Mod_Perl or JSP if your aim is to provide...
View ArticleWorking with Directories 1.0
This is a solid introduction to using PHPs build-in directory handling functions. It includes code examples used to create an array of filenames based on a directory structure, and filtering out...
View ArticleVariables in URLs 1.0
I ran into a lot of problems when i was first learning PHP. It seemed that every book told you how to do this, but never how to utilize what you just learned. So, I will try and make it a little more...
View ArticleAn introduction to PHP - Hello world 1.00
In this tutorial you will be tought how to create your first PHP script using the famous hello world example. If you are new to PHP programming, then check this out for your first simple lesson.
View ArticleTechiWarehouse PHP Tutorial All
It covers all the basic in neat and clean manner. Its recommended for beginner and those that have just passed the beginners mark. Also good for those who want to brush up on the basics. Its intent was...
View ArticleHow to create and use classes 1.0.0
Shows you how to create and use classes, variables inside classes, functions inside classes etc.
View ArticleIntroduction to PHP 1
Basic guide to help experience HTML webmaster getting started with PHP. It defines PHP, contrast it agains HTML, and provided a few simple examples. The tutorial also briefly cover how to set up Apache...
View ArticlePHP Introduction 1.00
This is a Basic Introduction to PHP, from explaining what PHP is and does to creating your very first script!
View ArticleWord Filter 1.0
Detailed tutorial on making a PHP Badwords filter. In this tutorial you will learn more about arrays and replacing strings.
View Article