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 ourfree 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!
An introduction to the ADOdb class library for PHP
A common beginner (and not so beginner) mistake is to develop an application without any consideration of the future. All too often, applications remain tied to the wrong database, inflexible and not performing optimally. That's where using a well-designe...
An Overview of Arrays in PHP
The PHP Manual defines an array in PHP as an ordered map. Personally, I don't like this definition. I will define an array in PHP as a collection of variables, which I think is a little more descriptive. In most languages, atleast the ones I am familar wi...
Array Manipulation With PHP4
This may come as a bit of a shock to you, but PHP's array functions can do a lot more than just count the elements of an array or iterate through key-value pairs. This article takes an in-depth look at PHP's less well-known array manipulation tools, illus...
Arrays in PHP
Arrays are important to program development. Explore how to work with them in PHP...
Arrays in PHP: Part 1
John Coggeshall introduces the array, a PHP variable type that allows you to organize data more efficiently. He explains how arrays work and the fundamentals of using them...
Authenticate and Track Users with PHP
You'd be surprised by the number of folks who have a secret master plan for world domination — and even more surprised at the number who post these plans on their Web sites. Why haven't you spotted these plans, you ask? Probably because savvy Web de...
Blobbing Data With PHP and MySQL
It seems that the latest and greatest use for databases is storing large amounts of binary data, known as BLOB's. These BLOB's (Binary Large Objects) can store just about any type of data imaginable, including MS Word documents, GIF/JPEG images, PDF files...
Build Cross-Platform Windowed Apps with PHP
Impossible? Not with PHP-GTK, a PHP extension that will have you writing cross-platform GUI-based applications in no time! Mitchell shows how...
Build Your Own Database Driven Website Using PHP & MySQL
Together, PHP & MySQL form the most widely used open source database and scripting technologies on the Web today. As a budding Web Developer, you need to learn and master PHP & MySQL...
Building A Document Request Protocol Part 2/2
In part one of this article I showed you how to create a Visual Basic application that uses Winsock to accept connection requests from a client, work with a custom protocol (which we called SARP – Simple Article Request Protocol), and relay messages back...
Building A Dynamic MySQL Paging Class With PHP
As PHP developers, we can develop pretty much anything that we can think of: database driven sites, complete GUI applications with PHP-GTK, XML based representations of our data, chat applications, search engines, etc...
Building a Photo Gallery
Got some righteous digital pics that you want to display on your site? Todd shows you how to create a photo gallery using PHP...