 |
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 security holes. (Tutorials)
http://www.onlamp.com/pub/a/php/2003/03/20/php_security.html |
 |
How To Compile PHP 4 and Apache 2 from Source On Linux
How To Compile PHP 4 and Apache 2 from Source On Linux: Provides detailed, step-by-step information on compiling PHP 4.2.0 as an Apache 2.0 shared module on a Linux system. (Tutorials)
http://www10.brinkster.com/ssruprai/comphp.asp |
 |
Open Source Licensing For PHP Scripts
Open Source Licensing For PHP Scripts: Open Source licensing for PHP scripts. Open Source means that your software is entirely free for use, to anyone, and any user may modify the software to fit his own needs. To launch an open source application, you have to apply the GNU GPL License. (Tutorials)
http://www.phpfreaks.com/tutorials/19/0.php |
 |
PHP For Designers
PHP For Designers: PHP introduction for web designers by Matt Mullenweg. (Tutorials)
http://www.digital-web.com/articles/php_for_designers/ |
 |
PHP Manual
PHP Manual: Complete and hyperlinked manual documents and explains all elements of PHP. Includes FAQ section and user comments. (Tutorials)
http://www.php.net/manual/en/ |
 |
Introduction to PHP Image Functions
Introduction to PHP Image Functions: An excellent overview of PHP image functions, including source code and interactive online examples. (Tutorials)
http://nyphp.org/content/presentations/GDintro/ |
 |
PHP Common Mistakes and their Solutions
PHP Common Mistakes and their Solutions: About the various security concerns and mistakes people make when developing, and their solutions. (Tutorials)
http://www.theserverpages.com/10101/1/ |
 |
Database Abstraction With PHP (Dev Shed)
Database Abstraction With PHP (Dev Shed): Take a look at the PEAR database abstraction layer, one of the coolest PHP widgets out there. (Tutorials)
http://www.devshed.com/c/a/PHP/Database-Abstraction-With-PHP/ |
 |
PHPExamples.net
PHPExamples.net: Tutorials, code snippets regarding PHP. Forums. (Tutorials)
http://www.phpexamples.net/ |
 |
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. (Tutorials)
http://www.phpbuilder.com/columns/nair20011003.php3 |
 |
Microcyb's CyberCMS Web Development PHP Tutorials
Microcyb's CyberCMS Web Development PHP Tutorials: Collection PHP tutorials with code examples. (Tutorials)
http://www.microcyb.com/?m=c&c=36 |
 |
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 lines of code needed to read and modify application variables. This toolkit is written in PHP and implemented as a class, suitable (Tutorials)
http://www.devshed.com/c/a/PHP/Configuration-Manipulation-With-PHP-Config/ |
 |
Encryption and Decryption using PHP and GnuPG (Zend)
Encryption and Decryption using PHP and GnuPG (Zend): The purpose of this article is to show you how to encrypt and decrypt information with GnuPG using PHP. Most of the major Linux distributions will install GnuPG upon request. Otherwise you can get it by going to http://www.gnupg.org. (Tutorials)
http://www.zend.com/zend/tut/tutorial-brogdon.php |
 |
PHP / MySQL Tutorial (Webmonkey)
PHP / MySQL Tutorial (Webmonkey): Tutorial to make a dynamic site using PHP and MySQL. (Tutorials)
http://webmonkey.wired.com/webmonkey/99/21/index2a.html |
 |
Authenticate and Track Users with PHP (Webmonkey)
Authenticate and Track Users with PHP (Webmonkey): Learn how authentication, cookies, and sessions can add security and a personal touch to your site. (Tutorials)
http://webmonkey.wired.com/webmonkey/00/05/index2a.html |
 |
An Introduction to Classes (Zend)
An Introduction to Classes (Zend): The tutorial guides you through the construction of a simple, security-related class that performs some basic security functions for a web site: checking user logons. (Tutorials)
http://www.zend.com/zend/tut/class-intro.php |
 |
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. (Tutorials)
http://www.maketemplate.com/feedback/ |
 |
Phptutorials.cjb.net
Phptutorials.cjb.net: A free tutorials and advice on installing and using Apache, PHP and MySQL, primarily on Windows (WAMP). (Tutorials)
http://www.pulse-bs.co.uk/php/ |
 |
Simple Introduction To Classes
Simple Introduction To Classes: By the end of this tutorial, you'll have a better understanding of what classes are and what they are good for. Classes can be very powerful when used right and can save you a lot of work (and typing) in the long run. (Tutorials)
http://www.phpdeveloper.org/section/tutorial/47 |
 |
Gimpster
Gimpster: Introductory tutorial geared towards those with little to no PHP experience. (Tutorials)
http://www.gimpster.com/wiki/PhpTutorial |
 |
Installing Apache, PHP, and MySQL
Installing Apache, PHP, and MySQL: An indepth article that offers a step by step guide on setting up a home server for website development and testing. (Tutorials)
http://www.webmasterstop.com/tutorials/apache-php-mysql-installation.shtml |
 |
Getting Intimate With PHP's Mail() Function
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 f (Tutorials)
http://www.devarticles.com/c/a/PHP/Getting-Intimate-With-PHP%26%2339%3Bs-Mail%28%29-Function |
 |
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 provides an example of a PHP math library called SimpleLinearRegression that demonstrates a general approach tha (Tutorials)
http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/PHP/simple-linear-regression-php-1/page1.html |
 |
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 viewing web-browser does not support XHTML. (Tutorials)
http://www.workingwith.me.uk/articles/scripting/mimetypes/ |
 |
Error Handling: Stepping beyond True/False Results (Zend)
Error Handling: Stepping beyond True/False Results (Zend): This article teaches you to handle errors in an elegant manner, and looks at how to handle PHP script errors as well as passing around your own errors with the PEAR module: PEAR_Error. (Tutorials)
http://www.zend.com/zend/tut/tutorial-eckhouse.php |
 |
Installing Apache, MySQL, and PHP on Linux
Installing Apache, MySQL, and PHP on Linux: This tutorial is designed to guide through the initial steps of setting up Apache, MySQL, and PHP on Linux. (Tutorials)
http://www.hostlibrary.com/installing_apache_mysql_php_on_linux |
 |
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 improperly, they can cause many other kinds of errors. Kimberlee Jensen demonstrates using transactions with PHP well. (Tutorials)
http://www.onlamp.com/pub/a/php/2003/12/18/transaction_pitfalls.html |
 |
Magic Quotes and Add Slashes in PHP
Magic Quotes and Add Slashes in PHP: PHP Tutorial on magic quotes, why they are bad, and how to get around them. (Tutorials)
http://www.webmasterstop.com/tutorials/php-magic-quotes.shtml |
 |
Website Publisher - Search Engine-Friendly URLs
Website Publisher - Search Engine-Friendly URLs: Article describes three ways to make your URLs search engine friendly using PHP. (Tutorials)
http://www.websitepublisher.net/article/search_engine_friendly_urls/ |
 |
Static Free Energy (Zend)
Static Free Energy (Zend): This tutorial will show you how to produce static html pages using PHP. This is important if you want the benefits of using PHP to build sections of a site where the content of the pages doesn't change very often. (Tutorials)
http://www.zend.com/zend/tut/tutorial-potter.php |
 |
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. (Tutorials)
http://www.webreference.com/programming/php/regexps/ |
 |
File And Directory Manipulation, Part 2 (Dev Shed)
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 t (Tutorials)
http://www.devshed.com/c/a/PHP/File-And-Directory-Manipulation-In-PHP-part-2/ |
 |
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. (Tutorials)
http://www.devarticles.com/c/a/MySQL/Blobbing-Data-With-PHP-and-MySQL |
 |
Database Enabled Websites
Database Enabled Websites: A tutorial on using PHP3 and MySQL to develop database enabled applications for websites. (Tutorials)
http://www.awtrey.com/support/dbeweb/ |
 |
caiPHP
caiPHP: Tutorials and code snips directed to those who are learning PHP. (Tutorials)
http://www.caiphp.com/ |
 |
File And Directory Manipulation, Part 1 (Dev Shed)
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 stru (Tutorials)
http://www.devshed.com/c/a/PHP/File-And-Directory-Manipulation-In-PHP-part-1/ |
 |
Website Publisher - Using Cookies in PHP
Website Publisher - Using Cookies in PHP: Learn how to set and read cookies using the PHP scripting language. (Tutorials)
http://www.websitepublisher.net/article/php_cookies/ |
 |
Website Publisher - Saving Resources with phpCache
Website Publisher - Saving Resources with phpCache: Tutorial explains how to implement the phpCache script and use it to keep your database server load low. (Tutorials)
http://www.websitepublisher.net/article/phpcache/ |
 |
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. (Tutorials)
http://www.phpbuilder.com/columns/rod19990601.php3 |
 |
How to use SSI in PHP
How to use SSI in PHP: Covers the basics on how to do virtual includes in a PHP file. (Tutorials)
http://www.spiderpro.com/bu/buphph002.html |
 |
PHP/MySQL Tutorial
PHP/MySQL Tutorial: 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 birthdates. (Tutorials)
http://www.createafreewebsite.net/phpmysql/phpmysql_introduction.html |
 |
Tizag PHP Tutorial
Tizag PHP Tutorial: A PHP tutorial that covers all the basics of PHP. It is geared towards web developers with little or no PHP experience. (Tutorials)
http://www.tizag.com/phpT/ |
 |
PHP / MySQL Scripts & Tools
PHP / MySQL Scripts & Tools: Helpful php codes samples. (Tutorials)
http://www.waiheke.co.nz/php |
 |
PRCE: Perl Compatible Regular Expression In PHP
PRCE: Perl Compatible Regular Expression In PHP: Article on perl compatible regular expressions. Describes the basics as well as PCRE's special features such as ungreedy matching, lookaheads or the evaluation modifier. (Tutorials)
http://www.tote-taste.de/X-Project/regex/ |
 |
Build your own Web Service with PHP and XML-RPC
Build your own Web Service with PHP and XML-RPC: Harry takes us one step further into the world of Web Services. Here he explains how to build your own Web Service - a news feed - using PHP and XML-RPC. (Tutorials)
http://www.sitepoint.com/article/827/4 |
 |
Template Example with PHP Includes
Template Example with PHP Includes: Show how to use 'php includes' inside a template. (Tutorials)
http://www.ibdhost.com/help/templates/ |
 |
PHP Programming Goodies
PHP Programming Goodies: PHP programming tips and tricks. (Tutorials)
http://php-programming-goodies.euweb.cz/ |
 |
Ben's PHP Tutorial
Ben's PHP Tutorial: Simple tutorial that introduces people to the world of PHP software development. Topics covered are variables, arrays, forms, files, SQL databases, etc. End of tutorial demonstrates a full PHP application with source. (Tutorials)
http://www.drushell.com/php/tutorial/ |
 |
Implement Bayesian Inference Using PHP
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 bas (Tutorials)
http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/PHP/implement-bayesian-inference-using-php-1/page1.html |
 |
PHP and MySQL (Webmonkey)
PHP and MySQL (Webmonkey): Three-part tutorial covers installation, basic scripts, forms, and advanced topics. (Tutorials)
http://webmonkey.wired.com/webmonkey/programming/php/tutorials/tutorial4.html |