PHP Tutorials - Introduction To Php
  It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Tutorials

Log In Sponsors

PHP Tutorials

SHOWING LATEST TUTORIALS
These two similar functions are used template the pages. Which one to use? Find out the difference.
Its time to face it: databases are everywhere. Feeling left behind? This ten part series of articles will teach you everything you"ll need to build a database-driven Web site from the ground up. Main topics include: Installation, Getting Started with MyS.
This tutorial will take you through the absolute basics of the language and will teach you how to output text to a browser.
Learn PHP array() and how easy it is to store and organize complex data structures. This is one of the thing you must know in order to create dynamic web sites and on-line applications.
This tutorial covers the basics of writing and using your own functions as well as how variable scope works in PHP.
Get a basic introduction to coding with PHP
This tutorial will guide you through the absoloute basics to learning in PHP. There is a mini project on the side which will make sure all the things that you are taught are linked.
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 and PHP on your own server.
The basics of programming explained with a clear focus of writing PHP pages. All the concepts needed to start writing effective PHP page explained!
Learn the very basics of coding with PHP
Learn all the basics of PHP coding with this tut!
This tutorial explains variable scope, variable variables, and sessions. It is a must read for any PHP beginners.
How to show IP/Browser/Referer. Basic PHP. Can be used for free.
This introductory guide covers a wide range of subjects on PHP programming. Some of main topics include: PHP history, PHP 4 Architecture, Language Syntax, Embedding PHP Code, Dynamic vs. Static Web pages, Variables, Arrays, Conditionals and Looping Constr
Do you know what does @ mean in PHP? You can write it before the name of the function to avoid some standart error warnings if the function call fails.
Learn the fundamentals of session variables, and some popular uses for them. Also, touches upon random password generation.
Proper Coding Techniques for PHP