- Home
- Unix Reconstruction
Tag
Unix Reconstruction
43 sites carry this tag.
File and directory manipulation, part one - Dev Shed
File and directory manipulation, part one - Dev Shed- PHP comes with a full-featured file and directory manipulation API that allows you (among other things) to view and modify fi…
Database abstraction with PHP - Dev Shed
Database abstraction with PHP - Dev Shed- Explains the PEAR database abstraction layer.
Configuration manipulation with PHP Config - Dev Shed
Configuration manipulation with PHP Config - Dev Shed- This article introduces a toolkit designed specifically for manipulating configuration files, thereby reducing the number of…
Pitfalls of transactions with PHP - ONLamp
Pitfalls of transactions with PHP - ONLamp- Database transactions are important for data reliability and consistency. Used properly, they can prevent many types of errors. Used im…
Template example with PHP Includes
Template example with PHP Includes- Show how to use 'php includes' inside a template.
PHP and regular expressions 101 - WebReference
PHP and regular expressions 101 - WebReference- This tutorial steps through the POSIX-compliant regular expression functions in PHP in a straightforward manner.
Comprehensible PHP code - PHPBuilder
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.
Classes and PHP - PHPBuilder
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.
PHP MySQL interactive website design
PHP MySQL interactive website design- The lessons provided in this PHP/MySQL tutorial are short and simple. You'll learn to create and manipulate a simple database of names and bi…
Search engine-friendly URLs - Website Publisher
Search engine-friendly URLs - Website Publisher- Article describes three ways to make your URLs search engine friendly using PHP.
Saving resources with phpCache - Website Publisher
Saving resources with phpCache - Website Publisher- Tutorial explains how to implement the phpCache script and use it to keep your database server load low.
Using cookies in PHP - Website Publisher
Using cookies in PHP - Website Publisher- Learn how to set and read cookies using the PHP scripting language.
Ten security checks for PHP - ONLamp
Ten security checks for PHP - ONLamp- Though it's easy to create sites in PHP, it's not immune to sloppy coding. Clancy Malcolm explains how to recognize and fix potential securit…