Are you ready to become a PHP web developer? Are you ready to spend few hours and to get in touch with PHP?
If you are then read the rest of this tutorial and you will not regret.
PHP Introduction PHP / Getting Started
PHP stands for PHP: Hypertext Preprocessor. PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.
A Brief Introduction to PHP PHP / Getting Started
Explains what is PHP, and how it works with examples using a dynamic NetSafe Color chart and an Access database connection using ODBC. Also, includes links to other PHP-related sites.
PHP and MySQL - Introduction PHP / Getting Started
The topics covered in this tutorial include:
* PHP basics, including script structure, variables, supported types, constants, expressions, and type conversions
* Condition and branch statements supported by PHP, including if, if...else, and the switch statements
* Looping statements
* Arrays and array library functions
* Strings and string library functions
* Regular expressions
* Date and time functions
* Integer and float functions
* How to write functions, reuse components, and determine the scope and type of variables
* An introduction to PHP object-oriented programming support
* Common mistakes made by programmers new to PHP, and how to solve them.
Introduction to PHP PHP / Getting Started
This tutorial was written to introduce you to PHP, it assumes you know nothing about programming at all, starts with the very basics and slowly guides you through some of the concepts of PHP programming.
Introduction to PHP Functions PHP / Functions
Functions are a very important part of PHP and it is probably safe to say that they are used in every single script. This tutorial will guide you through the basics of PHP functions to creating your own to do specific tasks.
An Introduction to the GD Library PHP / Dynamic Images
Are you getting bored with standard PHP functions? Do you want to venture into additional libraries of PHP code? If so, GD is an additional module that allows the programmer to develop graphics using PHP. Cool huh? You can do things from drawing lines, to adjusting contrast, to anti-aliasing.
Introduction to PHP PHP / Getting Started
In this tutorial, you will be introduced to one of the simplest and most popular scripting languages. You'll begin to learn some of what PHP can do for you, and be able to write some simple scripts.
Introduction to PEAR PHP / PEAR
The PHP Extension and Application Repository (PEAR) brings this philosophy to PHP.Among other things, PEAR is a collection of reusable, open source code for use in PHP applications. The code is organized as a selection of files that act as wrappers giving convenient access to various PHP functions or extend PHP in some way. The files, collectively known as a "package," are easily obtained using the PEAR Package Manager.
PHP Sessions PHP / Sessions and Cookies
Have you ever seen member systems, or did you read the little introduction to MySQL with PHP tutorial on this site? If you have, then you must be wondering how all the user data is carried from page to page.
PHP form Introduction PHP / Forms
This article demonstrates how to use PHP forms. You will find detailed information from the form basics to advanced form processing.