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.
In this tutorial you will learn:
* What PHP can be used for
* How PHP works
* A basic PHP script
* Using variables
* Using some basic conditional statements
Intended for absolute beginners who are interested in getting started with PHP this tutorial will take you through the basic steps to creating your first ever PHP script.
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