| submit a site to this category |
| wectar web site suggestions for this odp category |
| Subcategories |
|---|
| Collections |
|
|
PHP Security GuideURL: http://phpsec.org/projects/guide/ ODP description: Guidance from the PHP Security Consortium on how to develop more secure applications. Page title: PHP Security Consortium: PHP Security Guide ![]() |
|
|
PHP Tutorial (Tizag)URL: http://www.tizag.com/phpT/ ODP description: A PHP tutorial that covers all the basics of PHP. It is geared towards web developers with little or no PHP experience. Page title: PHP Tutorial - Introduction ![]() |
|
|
PHP Knowledge BaseURL: http://www.faqts.com/knowledge_base/index.phtml/fid/51/ ODP description: A repository of PHP related frequently asked questions. A growing collection in a searchable question and answer format. Page title: FAQTs - Knowledge Base - faqts : Computers1 : Programming : Languages : PHP ![]() |
|
|
Building Modular XHTML Web Pages using PHPURL: http://loadaveragezero.com/vnav/labs/PHP/ ODP description: A series of labs describing the process of building modular, structured and valid XHTML Web pages using the PHP server-side scripting language. Page title: Building Modular XHTML Web Pages with PHP - loadaverageZero ![]() |
|
|
Programming PHPURL: http://en.wikibooks.org/wiki/Programming:PHP ODP description: A wikibook about programming in PHP. Also provides external links for more information. Page title: Programming:PHP - Wikibooks, collection of open-content textbooks ![]() |
|
|
Using PHP 5's SimpleXMLURL: http://www.onlamp.com/pub/a/php/2004/01/15/simplexml.html ODP description: This tutorial explains the usage of the Simple XML extension new to PHP 5. It provides examples of reading and querying XML data. Page title: ONLamp.com -- Using PHP 5's SimpleXML Page description: Adam Trachtenberg introduces SimpleXML, a simple and common XML parser from the upcoming PHP 5. ![]() |
|
|
Three-Tier Development with PHP 5 (ONLamp.com)URL: http://www.onlamp.com/pub/a/php/2004/12/09/three_tier.html ODP description: Luis Yordano Cruz demonstrates three-tier PHP application design with PEAR::DB_DataObject, Smarty, and PHP 5. The article assumes that you have some familiarity with HTML, Smarty, PEAR::DB_DataObject, MySQL, and PHP 5. Page title: ONLamp.com -- Three-Tier Development with PHP 5 Page description: Luis Yordano Cruz demonstrates three-tier PHP application design with PEAR::DB_DataObject, Smarty, and PHP 5. ![]() |
|
|
Using Cookies in PHP (Website Publisher)URL: http://www.websitepublisher.net/article/php_cookies/ ODP description: Learn how to set and read cookies using the PHP scripting language. Page title: Using Cookies in PHP - Website Publisher. Page description: Learn how to use cookies in php. ![]() |
|
|
Ten Security Checks for PHP (ONLamp)URL: http://www.onlamp.com/pub/a/php/2003/03/20/php_security.html ODP description: 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. Page title: ONLamp.com -- Ten Security Checks for PHP, Part 1 Page description: Clancy Malcolm explains how to recognize and fix five potential security holes with PHP in the first of two articles. ![]() |
|
|
How To Compile PHP and Apache 2 from Source On LinuxURL: http://www.web-tech-india.com/articles/php/compiling_php_apache/ ODP description: Provides detailed, step-by-step information on compiling PHP as an Apache 2.0 shared module on a Linux system. Page title: How To Compile PHP and Apache 2 From Source On Linux Page description: This article will provide detailed information about how to compile PHP and Apache 2 from source on Linux system. ![]() |
|
|
PHP Faq from alt.phpURL: http://www.alt-php-faq.org/ ODP description: The home of the newsgroup alt.php, contains frequently asked questions and answers from that newsgroup. Page title: PHPFAQ - MySQL PHP Questions and Answers Page description: alt php faq, mysql php resource, phphosting, mysql hosting, carpediem, support MySQL PHP Questions and Answers ![]() |
|
|
PHP For DesignersURL: http://www.digital-web.com/articles/php_for_designers/ ODP description: PHP introduction for web designers by Matt Mullenweg. Page title: Digital Web Magazine - PHP For Designers Page description: Digital Web Magazine - PHP For Designers ![]() |
|
|
Installing Apache, MySQL, and PHP on LinuxURL: http://www.hostlibrary.com/installing_apache_mysql_php_on_linux ODP description: This tutorial is designed to guide through the initial steps of setting up Apache, MySQL, and PHP on Linux. Page title: Installing Apache, MySQL, and PHP on Linux | Web Hosting Dedicated Server Linux Windows Security Managed Articles Tutorials ![]() |
|
|
Template Example with PHP IncludesURL: http://www.ibdhost.com/help/templates/ ODP description: Show how to use 'php includes' inside a template. Page title: Free PHP Webpage Template Tutorial ( with HTML website SSI PHP Includes) Page description: Webpage template example with instructions for using server side includes - containing HTML files. ![]() |
|
|
GIS Mapping in PHPURL: http://www.web-max.ca/PHP/ ODP description: 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. Page title: PHP example repository ![]() |
|
|
Encryption and Decryption using PHP and GnuPG (Zend)URL: http://devzone.zend.com/node/view/id/1265 ODP description: The purpose of this article is to show how to encrypt and decrypt information with GnuPG using PHP. Page title: Zend Developer Zone | Encryption and Decryption using PHP and GnuPG ![]() |
|
|
Serving XHTML with the correct mime type using PHPURL: http://www.workingwith.me.uk/articles/scripting/mimetypes/ ODP description: 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. ![]() |
|
|
Use BB Code in Your PHP Application (SitePoint)URL: http://www.sitepoint.com/article/bb-code-php-application ODP description: 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 tutorial, Stoyan explains the basics that every developer should know about the use of BB code in PHP applications. Page title: Use BB Code in Your PHP Application [PHP & MySQL Tutorials] ![]() |
|
|
PHP RRDTool tutorialURL: http://www.ioncannon.net/system-administration/59/php-rrdtool-tutorial/ ODP description: A tutorial on using RRDTool's PHP extensions to gather data, report statistics, and generate graphs. Page title: PHP RRDTool tutorial @ IONCANNON ![]() |
|
|
Implement Bayesian Inference Using PHPURL: http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/PHP/implement-bayesian-inference-using-php-1/page1.html ODP description: 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. Page title: Implement Bayesian Inference Using PHP, Part 1 Build intelligent Web applications through conditional probability Page description: Open Souce Tutorials covers open source technologies from getting started by getting a domain name and a hosting company all the way up to how to manage the MySQL and PostgreSQL database that will be needed for ecommerce sites. ![]() |
|
| |