Template Sites
Featured Sites
Members Area
Partners Sites
PHP Tutorials

Creating your first PHP JPGraph application in under

This tutorial shows you how to setup and display a simple JPGraph line graph in under 5 minutes...

Views: 43

Get the value of a PHP constant dynamically

It is possible to get the value of a PHP constant dynamically using the constant() function. It takes a string..

Views: 86

Creating PDF documents with PHP in 10 steps

PDF is a popular format when distributing documents for printing, or documents that should not be (easily) modified. PDFlib is..

Views: 48

Create a Google Calendar widget with PHP

Google Calendar is a free and fully featured web based calendar solution. The calendar information is kept private by default,..

Views: 41

Generate Excel spreadsheets in PHP

This tutorial shows you how to generate Microsoft Excel spreadsheets in PHP...

Views: 40

Get the value of a PHP constant dynamically

It is possible to get the value of a PHP constant dynamically using the constant() function. It takes a string..

Views: 45

User Input Validation

Beside securing user input data it's also important to validate the user input data. For example when you require the..

Views: 61