|
|
|
This tutorial introduces some of the basic programming skills required if you are going to try and learn to use PHP. We will go over a little about what PHP is and talk about some of the basic styles of programming.
Please understand that this tutorial is part of a series, and may change somewhat in the future, as it is a work in progress. The author trusts that it will be valuable and informative in your learning experience.
Version: n/a
Platforms: n/a
Last Updated: April 08, 2007 |
|
|
|
|
Want to learn php, we have set up a simple to follow quick guide to send you on your way.
We cover all the very basics of php also find our other tutorials covering an even wider range of php coding.
Version: 0.1
Platforms: linux, windows, freebsd, osx, sun
Last Updated: April 10, 2007 |
|
|
|
|
Learn how to use the PEAR HTML_Template_IT Package to create a templating system for your website using PHP and HTML. After this tutorial you should be able to have a strong inital grasp on creating templates using PEAR and the HTML_Template_IT package. This is great for creating template files (.tpl files) and making your website more easily editable. It also helps organize your website when it gets big with lots of PHP files and you can change certain aspects of your site easily as well.
Version: 1.0
Platforms: linux, windows, freebsd, sun
Last Updated: April 29, 2007 |
|
|
|
|
This is an in-depth article about what the server-side language PHP actualy is.
Version: 1
Platforms: linux, windows, freebsd, osx, sun
Last Updated: May 08, 2007 |
|
|
|
PHP, which stands for "Hypertext Preprocessor", is a server-side scripting language. PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. PHP was written as a set of CGI binaries in the C programming language by the Danish/Greenlandic programmer Rasmus Lerdorf in 1994, to replace a small set of Perl scripts. Rasmus Lerdorf initially created PHP..
Version: 1.0.0
Platforms: linux, windows, osx
Last Updated: May 08, 2007 |
|
|
|
|
Utilise PHP includes on your website to make changes in design and navigation much easier. Also features a cool way to make your own 'image viewer'.
Version: n/a
Platforms: linux, windows
Last Updated: May 28, 2007 |
|
|
|
|
You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.
Version: n/a
Platforms: windows
Last Updated: June 02, 2007 |
|
|
|
|