LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Forex Trading
Online forex trading platform
PHP Manual
PHP Manual
PHP Manual
by
:
Mehdi
Achour
Friedhelm
Betz
Antony
Dovgal
Nuno
Lopes
Hannes
Magnusson
Georg
Richter
Damien
Seguy
Jakub
Vrana
And several others
2009-05-08
Edited By
:
Philip
Olson
©
1997-2009
the PHP Documentation Group
Copyright
PHP Manual
Preface
Getting Started
Introduction
A simple tutorial
Installation and Configuration
General Installation Considerations
Installation on Unix systems
Installation on Mac OS X
Installation on Windows systems
Installation of PECL extensions
Problems?
Runtime Configuration
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects (PHP 4)
Classes and Objects (PHP 5)
Namespaces
Exceptions
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces
Context options and parameters
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Filesystem Security
Database Security
Error Reporting
Using Register Globals
User Submitted Data
Magic Quotes
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Safe Mode
Using PHP from the command line
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Calendar and Event Related Extensions
Command Line Specific Extensions
Compression and Archive Extensions
Credit Card Processing
Cryptography Extensions
Database Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
PHP at the Core: A Hacker's Guide to the Zend Engine
Preface
The "counter" Extension - A Continuing Example
The PHP 5 build system
Extension structure
Memory management
Working with variables
Writing functions
Working with classes and objects
Working with resources
Working with INI settings
Working with streams
PDO Driver How-To
Extension FAQs
Zend Engine 2 API reference
Zend Engine 1
The future: PHP 6 and Zend Engine 3
FAQ
— FAQ: Frequently Asked Questions
General Information
Mailing lists
Obtaining PHP
Database issues
Installation
Build Problems
Using PHP
PHP and HTML
PHP and COM
PHP and other languages
Migrating from PHP 4 to PHP 5
Miscellaneous Questions
Appendices
History of PHP and related projects
Migrating from PHP 5.1.x to PHP 5.2.x
Migrating from PHP 5.0.x to PHP 5.1.x
Migrating from PHP 4 to PHP 5.0.x
Debugging in PHP
Configure options
php.ini directives
Extension List/Categorization
List of Function Aliases
List of Reserved Words
List of Resource Types
List of Supported Protocols/Wrappers
List of Available Filters
List of Supported Socket Transports
PHP type comparison tables
List of Parser Tokens
Userland Naming Guide
About the manual
Creative Commons Attribution 3.0
Function Index
PHP Manual
Related Code Examples
Table editable dynamic form with edit + selection (select / option) + checkbox.
Categories :
Java Script
,
DHTML
,
User Interface
,
CSS
,
HTML
Get the AppStore Ranking for any iPhone App
Categories :
PHP
,
Web Services
,
Regexps
PHP Thumbnail script - Generate thumbnails on the fly.
Categories :
PHP
,
Graphics
,
GD image library
Link Submition - Allow your visitors to submit links to the site.
Categories :
PHP
,
Arrays
,
Filesystem
,
Beginner Guides
Customer feedback or simple emailer - A PHP script that enables your visitors to send you emails.
Categories :
PHP
,
Email
,
Form Processing
Download manager - A PHP script for adding a download page to any site.It also enables you track the no. of downloads.
Categories :
PHP
,
Content Management
,
Filesystem
,
Databases
,
MySQL
A simple php chat script that barely needs any bandwidth. Perfect for targeting low speed users.
Categories :
PHP
,
Strings
,
Filesystem
SQL / PHP based Integrated Authentication
Categories :
PHP
,
Authentication
,
Databases
,
MySQL
Email attachment code
Categories :
PHP
,
Email
,
Filesystem
Google Currency Converter - Convert variable amounts between currencies with a little help from our friend Google.
Categories :
PHP
,
Ecommerce
Object() = Custom __autoload + Singleton. "automagically" instantiates a class and always retuns the same instance of the same class. It's pretty useful when you want to have persistence in objects.
Categories :
PHP
,
PHP Classes
,
Algorithms
Request Method Class - seful for situations like form processing or API development. Requires PHP5 for the magic __call() method.
Categories :
PHP
,
PHP Classes
,
HTTP
,
Headers
Blacklist IPs - Simple way to blacklist IP's, good for instance when you want to stop certain IP ranges known to be spammers.
Categories :
PHP
,
Security
Banknote Validation - A PHP class that provides several methods to quickly validate banknote serial numbers of the following currencies: AUD, CAD, CHF, CNY, EUR, GBP, JPY, USD.
Categories :
PHP
,
PHP Classes
,
Data Validation
,
Regexps