Testing your PHP Enviroment with phpinfo(). This will show you lots of useful data including a large amount of information about the current state of PHP. This includes information about PHP compilation options and extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master and local values of configuration options, HTTP headers, and the PHP License.
An easy tutorial to learn the fundamental basics of PHP. The tutorial starts with a little history about PHP and how to install your home server. After that it quickly moves on to PHP syntax, variables, loops, if-statement, arrays and much more. It contains many examples to give aid during learning.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
There are a lot of tutorials out there that tell you about some basic PHP stuff; however, none of them tell you how to take it to the next level. In this tutorial I explain how you can learn PHP quickly.
Ever wanted to redirect users using PHP? Using HTTP headers? Conditionally? Peter explains all this and more, in order to help improve your site and coding.
Variables are a vital part of the server-side language, PHP. They are unavoidable but very simple to learn. In this short tutorial, I hope to give you a basic insight into using them.
PHP is a powerful web based scripting language. This tutorial aims to provide a brief description of PHP and its usage in every day web development projects. It by no means aims to provide a basis on how to use PHP effectively to create large scale projects, but rather as an introduction to those who want to learn how to use PHP.
This is a comprehensive article / tutorial on programming in PHP. It covers a variety of key topics including PHP Structure, Scalar Variables and Data, Data collection: Arrays, Operations and Comparisons, PHP Comparison Operators, PHP Logical Operators, Control Statements, The Function of Functions, and Object Orientation.