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 Strings
A large portion of Web programming requires strings to be handled and generated, so knowing how to use and handle strings properly is extremely important for PHP programmers. This tutorial starts with the simple constructs used to create strings and moves...


Using XML-RPC with PHP
Do you want your Perl code on one server to call your PHP functions on another? "Impossible!" you say? Not with XML-RPC. XML-RPC is a standard way for any application to make requests and recieve responses from methods written in any language. Interested?...


WAP-Enabling a Website with PHP3
Ever wonder what it took to get a site to work on those new "web-enabled" cell phones? This short tutorial will do just that by giving you the basics of making your site WAP-enabled using PHP...


Web Database Applications with PHP & MySQL
A fundamental characteristic of the Web is the stateless interaction between browsers and web servers. As discussed in Chapter 1, HTTP is a stateless protocol. Each HTTP request a browser sends to a web server is independent of any other request. The stat...


Web Development With PHP FastTemplate
Typically, most PHP-based Web sites use scripts which contain intermingled PHP and HTML code. While this speeds up development, it also has a downside: an interface designer cannot modify page layouts or HTML templates without the assistance of an experie...

When Browsers Suck: PHP to the Rescue!
Into the life of every Web designer a little incompatible code must fall. Dealing with browser incompatibilities can be a nightmare if you're limited to JavaScript. The solution? PHP...

Which Server-Side Language Is Right For You?
The market for server-side Web development solutions is a crowded one, these days! Perl, ASP, PHP, JSP, Cold Fusion and many more specialized choices abound. Unless you've got time to take a year off and curl up with a pile of books, you're going to need...


Working with Dates and Times in PHP
In this article Hermawan will teach you how to work with the date and time functions in PHP in a way such that your site will not suffer from jet lag...


Write Secure Scripts with PHP 4.2!
Find out why tossing one of the major selling points of PHP out the window will help to make your PHP scripts more secure...

Writing Self-Documenting PHP Code
Are you the kind of person who hates documenting your source code? Does the thought of writing API documentation make your eyeballs contract and your toes itch? Well, itch no more - this article demonstrates how you can use PHPDoc to automatically generat...


XSL Transformation With PHP And Sablotron
So you've got your XML, and you've also got an XSLT stylesheet to format it. But how do you put the two of them together? Fear not - you can use PHP's Sablotron extension to perform XSLT transformation of XML data on the server. This article tells you how...


You've got PHP: Sending e-mail with PHP
Send form data to multiple recipients using PHP and HTML...


You've got PHP: Sending e-mail with PHP
PHP Wiz, Julie Meloni, helps you get your SMTP settings in gear and then send mail to multiple recipients using PHP4 and HTML...