Devshed - Searching with PHP and ht://Dig
Adds search capabilities to site using the popular open source tools PHP3 and ht://Dig.
Database Enabled Websites
A tutorial on using PHP3 and MySQL to develop database enabled applications for websites.
Database Abstraction With PHP (Dev Shed)
Take a look at the PEAR database abstraction layer, one of the coolest PHP widgets out there.
Create an audio stitching tool in PHP (TechRepublic)
One way to provide visually impaired users with the ability to use OCR-defeating passcodes is to stitch WAV files together. Phillip Perkins shows you how to deconstruct a group of WAV files and reconstruct one large WAV file by compiling the group.
Control transformations using XSLT parameters (TechRepublic)
Phillip Perkins outlines the advantages of using XSLT, which includes the fact that you aren't restricting your data to one particular layout.
Configuration Manipulation With PHP Config (Dev Shed)
This article introduces a toolkit designed specifically for manipulating configuration files, thereby reducing the number of lines of code needed to read and modify application variables. This toolkit is written in PHP and implemented as a class, suitable for use in any PHP-based application and accessible via standard OO techniques.
Comprehensible PHP Code (PHPBuilder)
A good programmer makes her code look so simple and comprehensible that any other programmer can understand it and appreciate it.
Code Injection Vulnerabilities Explained
Code Injection is a term used when code is injected straight into a program/script from an outside source for execution at some point in time.
Classes and PHP (PHPBuilder)
A description in plain English of what classes are, and how they can make your project easier to complete and extend.
Building Modular XHTML Web Pages using PHP
A series of labs describing the process of building modular, structured and valid XHTML Web pages using the PHP server-side scripting language.
[ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ]
|