Tutorials
ASP Tutorials

XML Tutorials
Javascript Tutorials
CSS Tutorials
HTML Tutorials
Perl Tutorials
PHP Tutorials
C/C++/C# Tutorials
Java Tutorials
Visual Basic Tutorials

Sedo - Buy and Sell Domain Names and Websites project info: softwaresourcer.com Statistics for project softwaresourcer.com etracker® web controlling instead of log file analysis


PHP/SQLTutorials - Improve your understanding of PHP



Welcome to the PHP Tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on PHP from all over the internet. If you have any questions about PHP or would like PHP done for you company please complete our free IT quotes form. If you are a company who takes on PHP projects and would like to receive leads from people looking for Perl/CGI or other IT related work please complete our
IT suppliers partner form and we will provide you with up to 5 impartial quotations free of charge!



Using output from other sites in your PHP scripts
The example used in this tutorial is the automatic translation of phrases to multiple languages, to aid the development of multilingual applications. When developing for the Internet, your audience will more than likely be from a variety of different coun...


Using PEAR's HTML_Table Class
Within the current incarnation of (X)HTML tables are the building blocks to well organized and attractive designs. They allow the developer an incredible amount of control over the visual representation of information and graphics. However they come with...


Using Perl Compatible Regular Expressions with PHP
Patrick Delin teaches programmers interested in using Perl Compatible Regular Expressions to match or replace values within its target...


Using PHP and IIS to Create a Discussion Forum
Learn how to use PHP on windows and IIS to create a basic discussion forum that makes use of a powerful database...


Using PHP and MySQL with Flash
This article helps explain how to use Macromedia Flash 5 in conjunction with PHP and a MySQL database. This demonstration will show you how to setup a simple login and registration form, then allow users to save movie clip positions and various properties...


Using PHP for RTF
Recently, I had a brief stint with RTF (Rich Text Format) files. I had to write an RTF file and send an RTF file as attachment in mail. Initially it was a pain to understand the RTF file format. Its header part was apparently the most confusing part. But...


Using PHP Operators
To effectively use a programming language you must perform operations. In Liz Fulghrm's continuing series on programming PHP, she presents coverage of this language's operators...


Using PHP to Develop Three-Tier Architecture Applications - Part 1
This tutorial will be presented in two parts. Part one will present an overview of conceiving your dynamic web applications as a three-tier architecture, in which your PHP scripts play a key role in the business logic layer of the architecture. This part...


Using PHP to Develop Three-Tier Architecture Applications - Part 2
In the part 1 of the tutorial, you worked with PEAR DB and Smarty to facilitate interactions between the first tier (database) and the third tier (browser based presentation). This tutorial presents a framework around which many dynamic web site applicati...

Using PHP with Forms
Once you know the basics of PHP's syntax and structure, it is fairly easy to make the leap to writing full-fledged scripts. Because working with forms is one the most common tasks in writing applications for the web, the first script you will learn to wri...


Using PHP with Java
You probably already know that PHP comes with extensions for a wide variety of different technologies. But did you know that you could hook PHP up to Java, and use Java classes and Java Beans from within your PHP scripts? If this is news to you, keep read...


Using Sablotron to process XSLT
The purpose of this tutorial is to give you a primer in using PHP's XSLT extension (based on the Sablotron library) to process XSL....