
PHP
extensions
tutorials
Regular Expression Quick Start
Gmail Email Relay using Postfix on Mac OS X 10.5 Leopard « Riverturn Blog
Purpose of this document This document presents a number of typical Postfix configurations. This document should be reviewed after you have followed the basic configuration steps as described in the BASIC_CONFIGURATION_README document.
Standard Configuration Examples
Creating a simple PHP forum tutorial
sessions
So you’ve started learning PHP and want to learn how to create a login system? It’s much easier than you think. Using PHP Sessions, we can easily keep track of who’s logged in and redirect unauthorized users away from private pages. There are two pages I will be using for this example: A login page , and a protected page .
How to make a simple login system with PHP
tips
We just tried to set up a test site for our new Drupal page. The server had PHP 5.3 but I'd developed the site under PHP 5.2.11. No big deal we thought.
Major issues changing from PHP 5.2.11 to PHP 3 | groups.drupal.org
two submit buttons in the same form? PHP Server Side Scripting forum at WebmasterWorld
user groups
libraries
By Kevin Waterson Contents What is SPL. SPL provides a standard set of interfaces for PHP5.
Introduction to SPL
mysql
PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc. OOP mysqli extension isn't any better. In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations. 1. Function good_query . This function is analogous to mysql_query.
5 useful PHP functions for MySQL data fetching - AnyExample.com
mysql_set_charset - Manual
I just hope that the text below will help someone who is struggling with charset encoding, specially when php-charset is different from the mysql-charset. Let me add that I really think that the php man-pages on the mysql-functions are lacking a lot of details on this important issues. Could someone add some useful text here? Here is my situation.server issues
debug
Debugging PHP
Komodo can be used to debug PHP programs locally or remotely . Remote PHP debugging encompasses all types of PHP debugging not initiated from within Komodo, including debugging PHP scripts running under a local web server. The instructions below describe how to configure Komodo and PHP for debugging.komodo
PHP/MySQL
soap

