- Home
- Unix Reconstruction
Tag
Unix Reconstruction
43 sites carry this tag.
Create an audio stitching tool in PHP - TechRepublic
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. P…
Use BB code in your PHP application - SitePoint
Use BB code in your PHP application - SitePoint- BB code is a simple set of instructions that provide rules as to how a piece of text should be formatted. In this hands-on tutoria…
Stopping spambots from submitting forms
Stopping spambots from submitting forms- Demonstrates a technique for preventing spambots from submitting forms, using questions such as "which day comes after Tuesday?" or "spell…
PHPKnowHow
PHPKnowHow- Provides PHP tutorials geared towards newcomers that range from language basics to integrating with MySQL.
TechGeeks: Optimizing PHP on Apache
TechGeeks: Optimizing PHP on Apache- Explains how to decrease server load and script execution time.
PHP Programming Tutorial
PHP Programming Tutorial- An easy to follow tutorial which focuses on the most elementary PHP concepts. Suitable for people who have heard of PHP, but who have never actually seen…
PHP QuickStudy - Computerworld
PHP QuickStudy - Computerworld- Article by Sharon Machlis in ComputerWorld. Explainer on the PHP scripting language and what IT managers should know about it. Includes an intervie…
Code injection vulnerabilities explained
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 …
PHP F1
PHP F1- PHP tutorials and scripts for beginners.
PHP - W3Schools
PHP - W3Schools- Provides basic to advanced PHP functions. Users can also learn how to integrate PHP with other languages such as MYSQL, AJAX, and XML.
PHP Manual
PHP Manual- Complete and hyperlinked manual documents and explains all elements of PHP. Includes FAQ section and user comments.
PHP security guide
PHP security guide- Guidance from the PHP Security Consortium on how to develop more secure applications.
Manual quick reference
Manual quick reference- Quick reference that lists all PHP functions.
SQL Injection - Chris Shiflett - Security Corner
SQL Injection - Chris Shiflett - Security Corner- Article explaining SQL injection by looking at sample attacks and then introducing methods for prevention.
Building Apache and PHP
Building Apache and PHP- Step by step tutorials describing how to build Apache and PHP on various Unix flavours, including how to build every component and library they depend on.
PHP RRD tool tutorial
PHP RRD tool tutorial- A tutorial on using RRDTool's PHP extensions to gather data, report statistics, and generate graphs.
How to compile PHP and Apache 2 from source on Linux
How to compile PHP and Apache 2 from source on Linux- Provides detailed, step-by-step information on compiling PHP as an Apache 2.0 shared module on a Linux system.
Searching with PHP and ht://Dig - Devshed
Searching with PHP and ht://Dig - Devshed- Adds search capabilities to site using the popular open source tools PHP3 and ht://Dig.
PHP tutorial - Martin Geisler
PHP tutorial - Martin Geisler- This tutorial is aimed at users who have no previous experience with programming in PHP or any other programming language.
Three-Tier development with PHP 5 - ONLamp
Three-Tier development with PHP 5 - ONLamp- Luis Yordano Cruz demonstrates three-tier PHP application design with PEAR::DB_DataObject, Smarty, and PHP 5. The article assumes that …
Programming PHP
Programming PHP- A wikibook about programming in PHP. Also provides external links for more information.
GIS mapping in PHP
GIS mapping in PHP- A series of tutorials on using PHP to access GIS mapping information. The tutorials start with the basics, build on them, and provide many examples for more co…
Using PHP 5's simpleXML
Using PHP 5's simpleXML- This tutorial explains the usage of the Simple XML extension new to PHP 5. It provides examples of reading and querying XML data.
PHP feedback form with source code
PHP feedback form with source code- Tutorial for feedback, bug report, contact PHP forms includes all copy and paste code.
Serving XHTML with the correct mime type using PHP
Serving XHTML with the correct mime type using PHP- Describes how to send XHTML with the correct mime type safely using PHP. Includes the ability to "fall back" to HTML if the vie…
Implementing Bayesian inference using PHP
Implementing Bayesian inference using PHP- Paul Meagher introduces Bayesian inference by discussing the basic mathematical concepts involved and demonstrating how to implement the…
Simple linear regression with PHP
Simple linear regression with PHP- In contrast with other open source languages like Perl and Python, PHP lacks a robust community effort to develop a math library. This article p…
PHP tutorial - Tizag
PHP tutorial - Tizag- A PHP tutorial that covers all the basics of PHP. It is geared towards web developers with little or no PHP experience.
Blobbing data with PHP and MySQL - Devarticles
Blobbing data with PHP and MySQL - Devarticles- Showing how to store and retrieve binary data in a MySQL database by using PHP.
File and directory manipulation, part two - Dev Shed
File and directory manipulation, part two - Dev Shed- This second segment of the tutorial on the PHP filesystem API takes you into deeper waters, showing you how to copy, delete a…