Implement Bayesian Inference Using PHP
Conditional probability -- the probability of observing one event as a result of having observed another event -- is a potentially important factor in designing intelligent Web applications. Paul Meagher introduces Bayesian inference by discussing the basic mathematical concepts involved and demonstrating how to implement the underlying conditional probability calculations using PHP.
How to use PHP for server side includes
Covers the basics on how to do virtual includes in a PHP file.
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.
HostLibrary: Configuring PHP5 to run on IIS6
Explains how to install and configure PHP5 on IIS 6 under Windows Server 2003.
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 complex functions.
Getting Intimate With PHP's Mail() Function
PHP's Mail() function is a great way to send mail using a simple and standard interface that hides the complexity and quirks of various system programs that are responsible for sending mail. This tutorial will introduce you to the basics of sending mail from PHP scripts.
File And Directory Manipulation, Part 2 (Dev Shed)
This second segment of the tutorial on the PHP filesystem API takes you into deeper waters, showing you how to copy, delete and rename files; scan directories; work with uploaded files over HTTP; perform pattern matches on file names; and read and write to processes instead of files.
File And Directory Manipulation, Part 1 (Dev Shed)
PHP comes with a full-featured file and directory manipulation API that allows you (among other things) to view and modify file attributes, read and list directory contents, alter file permissions, retrieve file contents into a variety of native data structures, and search for files based on specific patterns. This file manipulation API is both powerful and flexible - two characteristics that will endear it to any developer who's ever had to work with file manipulation commands.
Error Handling: Stepping beyond True/False Results (Zend Technologies)
This article will give you the capabilities to handle errors in an elegant manner without diverging too much from your lazy ways. We will look at how to handle PHP script errors, as well as passing around your own errors with the PEAR module: PEAR_Error.
Encryption and Decryption using PHP and GnuPG (Zend)
The purpose of this article is to show how to encrypt and decrypt information with GnuPG using PHP.
[ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ]
|