Home > Articles > Programming > PHP

PHP

46 Items

Sort by Date | Title

PHP and the Document Object Model (DOM)
Oct 25, 2002
In this sample chapter, a tree-based approach of data creation and manipulation is explored. The various methods exposed by PHP to simplify interaction with the DOM are also examined, together with examples and code listings that demonstrate its capabilities.
PHP and the Web
Oct 8, 2004
In this chapter from Zend PHP Certification Study Guide, you'll learn how to use PHP to handle input in a web environment.
PHP and Web Distributed Data eXchange (WDDX)
Sep 13, 2002
Use WDDX to create platform-neutral data structures. Learn how WDDX coupled with PHP can be applied to content dissemination over the Web.
PHP Authentication Schemes
May 6, 2003
Get on your way with authenticating users in PHP format. This comprehensive look gives the necessary tools for the treatment of passwords, database access, and more in the world of PHP.
PHP Basics, Part 1: Creating a Scripted Page
Oct 25, 2002
Learn how to build dynamic web pages with PHP in this three-part series. Part 1 starts you off with an explanation of how to create scripts for your pages.
PHP Basics, Part 2: Database-Driven Pages
Nov 22, 2002
Part 1 of this series of three articles considered the basics of building a dynamic web page using PHP. This article explores using PHP to interact with a database, including creating tables and inserting, updating, and selecting data.
PHP Basics, Part 3: User-Defined Functions and Objects
Jan 3, 2003
In this third article in his series on PHP basics, Nick Chase shows you how to use PHP to create user-defined functions, as well as ways to create and use objects in PHP.
PHP Basics: Writing Simple PHP Applications
Nov 22, 2002
Ewald Geschwinde and Hans-Juergen Schoenig discuss how to write simple PHP applications. Learn the basics of PHP syntax as well as PHP's built-in functions.
PHP Database Integration—SQL
Oct 25, 2002
Sharing information with databases is a key requirement of most professional web pages. This lesson provides a brief introduction to SQL and explains how to connect to and access data from a SQL database.
PHP Error Handling
Apr 23, 2004
PHP's Building Blocks: Data Types, Literals, Variables, and Constants
Jan 19, 2007
Marko Gargenta and Ellie Quigley discuss the basic building blocks of all languages: data types. They teach how to work with different types of numbers, strings, and booleans. Variables, HTML forms, and constants are also covered.
PHP's Flow Control
Apr 29, 2005
In this chapter, you will learn how to vary the flow of your PHP script by using conditional statements and loops.
Sams Teach Yourself JavaScript and Ajax Video Learning: A JavaScript Library for Ajax
Mar 4, 2009
This video excerpt is lesson 23 from Sams Teach Yourself JavaScript and Ajax: Video Learning.
Sams Teach Yourself PHP and MySQL Video Learning: Working with Numbers
Mar 2, 2009
This video excerpt is lesson 5 from Sams Teach Yourself PHP and MySQL: Video Learning Starter Kit.
Securing PHP Web Applications: Cross-Site Scripting
Jan 22, 2009
In this chapter, the authors cover a special type of injection attack called cross-site scripting, or XSS.
The Building Blocks of PHP
Jul 2, 2008
This chapter covers some of the nuts and bolts of the PHP scripting language.
Using Arrays in PHP
Oct 29, 2004
You are probably familiar with numerically indexed arrays if you've used any programming language, but unless you use PHP or Perl, you might not have seen associative arrays before. Associative arrays allow you to use more useful values as the index. This chapter will help you to understand the use of arrays in PHP.
Using Arrays in PHP and MySQL Web Development
May 25, 2001
In this chapter from PHP and MySQL Web Development, authors Luke Welling and Laura Thomson demonstrate how to use arrays. Learn everything from what an array is, to the different types of arrays and how to sort them.
Using XSLT And PHP to Generate Output in Different Formats
Jul 12, 2002
Learn how to use PHP's new XSLT API to create different types of documents (text, WML and HTML) from a single XML source file.
Web Publishing with PHP and FileMaker 9: Configuring the Server(s)
Sep 14, 2007
Learn how to install, deploy, and configure FileMaker Server on one or more machines.

< Prev Page 1 2 3 Next >