Home > Articles > Programming > PHP

PHP

46 Items

Sort by Date | Title

Working with Arrays in PHP and MySQL
Nov 20, 2012
This chapter presents the most important problems you’ll have to solve when working with arrays—and, of course, solutions for these problems.
Working with Files in PHP
Oct 11, 2002
Most programming languages provide mechanisms for reading files and saving data to disk. This lesson examines PHP's functions for file handling.
Working with Forms in PHP
Oct 4, 2002
PHP code is usually embedded in HTML pages and provides near transparent techniques for accessing data sent via HTML forms. This lesson covers the basics of gathering user input, and looks at some techniques for creating scripts that use forms.
Working with PHP's DBA Functions
Oct 18, 2002
The DBA functions provide you with a simple but powerful means of saving and accessing data. This lesson looks at these functions, and uses examples to show them in action.
Working with SOAP Messages in PHP
Mar 9, 2011
Octavia Anghel shows you how to write a PHP web service using the NuSOAP library, as well as a JavaScript client to consume it using the AJAX technology and the SOAP protocol.
Writing a Story in PHP-Nuke
Feb 18, 2005
At its base, a website's function is to provide information to users, and the most simple way of doing this is a news story. This chapter explains how to format and build a news story on PHP-Nuke.

<< < Prev Page 1 2 3