Sponsored results

Links
  • PHPCatalyst
    Dedicated to provide tutorials and step-by-step help for beginners. Instructions on basics of PHP programming, examples and coding PHP with MySQL.
    http://www.phpcatalyst.com/
  • PHP Tutorial (Tizag)
    A PHP tutorial that covers all the basics of PHP. It is geared towards web developers with little or no PHP experience.
    http://www.tizag.com/phpT/
  • 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.
    http://www.onlamp.com/pub/a/php/2003/12/18/transaction_pitfalls.html
  • Programming PHP
    A wikibook about programming in PHP. Also provides external links for more information.
    http://en.wikibooks.org/wiki/Programming:PHP
  • Search Engine-Friendly URLs (Website Publisher)
    Article describes three ways to make your URLs search engine friendly using PHP.
    http://www.websitepublisher.net/article/search_engine_friendly_urls/
  • Saving Resources with phpCache (Website Publisher)
    Tutorial explains how to implement the phpCache script and use it to keep your database server load low.
    http://www.websitepublisher.net/article/phpcache/
  • PHP Tutorial (by Martin Geisler)
    This tutorial is aimed at users who have no previous experience with programming in PHP or any other programming language.
    http://www.mgeisler.net/php-tutorial/
  • PHP RRDTool tutorial
    A tutorial on using RRDTool's PHP extensions to gather data, report statistics, and generate graphs.
    http://www.ioncannon.net/system-administration/59/php-rrdtool-tutorial/
  • PHP and Regular Expressions 101 (WebReference)
    This tutorial steps through the POSIX-compliant regular expression functions in PHP in a straightforward manner.
    http://www.webreference.com/programming/php/regexps/
  • PHP and MySQL Tutorial (PHPsimple)
    PHP and MySQL tutorial. Learn how to create sites using PHP and MySQL in a series of simple tutorials.
    http://www.phpsimple.net
  • PHP Common Mistakes and their Solutions
    About the various security concerns and mistakes people make when developing, and their solutions.
    http://www.theserverpages.com/10101/1/
  • PHP Feedback Form with Source Code
    Tutorial for feedback, bug report, contact PHP forms includes all copy and paste code.
    http://www.maketemplate.com/feedback/
  • PHP MySQL Interactive Website Design
    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.
    http://www.createafreewebsite.net/phpmysql/phpmysql_introduction.html
  • PHP For Designers
    PHP introduction for web designers by Matt Mullenweg.
    http://www.digital-web.com/articles/php_for_designers/
  • 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.
    http://www.workingwith.me.uk/articles/scripting/mimetypes/
  • 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 that can be used to develop PHP math libraries.
    http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/PHP/simple-linear-regression-php-1/page1.html
  • Try PHP
    Learn how to use, install, communicate and setup PHP and MYSQL.
    http://www.tryphp.com/
  • Time-2-Design
    Offers PHP tutorials (commented scripts). Also some C++, flash and photoshop tutorials.
    http://www.time-2-design.com/
  • Use BB Code in Your PHP Application (SitePoint)
    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.
    http://www.sitepoint.com/article/bb-code-php-application
  • Using Cookies in PHP (Website Publisher)
    Learn how to set and read cookies using the PHP scripting language.
    http://www.websitepublisher.net/article/php_cookies/
  • Web Programming Tutorial for the Absolute Beginner
    An easy to follow tutorial which focuses on the most elementary PHP concepts. Suitable for people who have heard of PHP, but who have never actually seen or written PHP or any other programming language.
    http://webbeginner.codepoint.net
  • Using PHP 5's SimpleXML
    This tutorial explains the usage of the Simple XML extension new to PHP 5. It provides examples of reading and querying XML data.
    http://www.onlamp.com/pub/a/php/2004/01/15/simplexml.html
  • Three-Tier Development with PHP 5 (ONLamp.com)
    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.
    http://www.onlamp.com/pub/a/php/2004/12/09/three_tier.html
  • 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.
    http://www.onlamp.com/pub/a/php/2003/03/20/php_security.html
  • SQL Injection [Chris Shiflett: Security Corner]
    Most Web applications interact with a database, and the data stored therein frequently originates from users. Thus, when creating an SQL statement, a developer may use client data in its construction. This article explains SQL injection by looking at a few example attacks and then introducing some simple and effective methods for prevention. By applying these best practices, you can practically eliminate SQL injection from your list of security concerns.
    http://shiflett.org/articles/security-corner-apr2004
  • SimplePHP
    Windows Installation Guide for Apache + PHP + MySQL + PHPMyAdmin.
    http://simplephp.scriptsdb.org/
  • 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.
    http://www.zend.com/zend/tut/tutorial-potter.php
  • Stopping spambots from submitting forms
    Demonstrates a technique for preventing spambots from submitting forms, using questions such as "which day comes after tuesday?" or "spell the number 7 in lowercase letters ".
    http://geekministry.com/blog_article.php?id=40
  • Template Example with PHP Includes
    Show how to use 'php includes' inside a template.
    http://www.ibdhost.com/help/templates/
  • Taking PHP the OO way (International PHP Magazine)
    The future for applying Object Oriented Programming in PHP looks bright, when we look at the new OO features that PHP 5/Zend Engine 2 brings us. With the right tools, all you need is the knowledge. This article will try to explain what objects really are and how they can be recognized, and it will familiarize you with the "3 Pillars" that form the foundation of Object Oriented Programming: Encapsulation, Inheritance and Polymorphism.
    https://www.entwickler.com/itr/online_artikel/psecom,id,284,nodeid,114.html
  • PEAR MDB Database Abstraction Layer (International PHP Magazine)
    This article gives a good introduction to the database abstraction package PEAR MDB. The focus is on explaining the more advanced features of MDB like data type abstraction and the XML based schema management that go beyond what other similar packages offer. A basic level of understanding of PHP and SQL is recommended.
    http://www.php-mag.net/itr/online_artikel/psecom,id,283,nodeid,114.html
  • 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.
    http://www.phpfreaks.com/tutorials/19/0.php
  • Control transformations using XSLT parameters (TechRepublic)
    Phillip Perkins outlines the advantages of using XSLT, which includes the fact that you aren't restricting your data to one particular layout.
    http://techrepublic.com.com/5100-3513_11-5783430.html
  • 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 for use in any PHP-based application and accessible via standard OO techniques.
    http://www.devshed.com/c/a/PHP/Configuration-Manipulation-With-PHP-Config/
  • 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.
    http://www.phpbuilder.com/columns/nair20011003.php3
  • Create an audio stitching tool in PHP (TechRepublic)
    One way to provide visually impaired users with the ability to use OCR-defeating passcodes is to stitch WAV files together. Phillip Perkins shows you how to deconstruct a group of WAV files and reconstruct one large WAV file by compiling the group.
    http://techrepublic.com.com/5100-3513_11-5810215.html
  • Database Abstraction With PHP (Dev Shed)
    Take a look at the PEAR database abstraction layer, one of the coolest PHP widgets out there.
    http://www.devshed.com/c/a/PHP/Database-Abstraction-With-PHP/
  • Devshed - Searching with PHP and ht://Dig
    Adds search capabilities to site using the popular open source tools PHP3 and ht://Dig.
    http://www.devshed.com/c/a/PHP/Search-This
  • Database Enabled Websites
    A tutorial on using PHP3 and MySQL to develop database enabled applications for websites.
    http://www.awtrey.com/support/dbeweb/
  • Code Injection Vulnerabilities Explained
    Code Injection is a term used when code is injected straight into a program/script from an outside source for execution at some point in time.
    http://www.theserverpages.com/10101/21/
  • 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.
    http://www.phpbuilder.com/columns/rod19990601.php3
  • Blobbing Data With PHP and MySQL (Devarticles)
    Showing how to store and retrieve binary data in a MySQL database by using PHP.
    http://www.devarticles.com/c/a/MySQL/Blobbing-Data-With-PHP-and-MySQL
  • Add mapping functionality to Web sites with Image_GIS in PHP [Tech Republic]
    Image_GIS is a PEAR package for PHP that allows you to add digital maps to Web sites using free downloadable GIS files. Learn how to use the Image_GIS package to add mapping functionality to a Web site.
    http://techrepublic.com.com/5100-3513_11-5833847.html
  • 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.
    http://www.sitepoint.com/article/827/4
  • Building a search application using PHP and the Google Search API
    This article will teach you how to build a search application using the Google search API and PHP. Presents a demo, as well as downloadable source code.
    http://www.techbytes.co.in/blogs/2005/11/27/google-search-api-php-and-some-fun
  • Building Modular XHTML Web Pages using PHP
    A series of labs describing the process of building modular, structured and valid XHTML Web pages using the PHP server-side scripting language.
    http://loadaveragezero.com/vnav/labs/PHP/
  • Elegant Scripts
    Introductory PHP For Non-Programmers.
    http://www.elegantscripts.com/
  • 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.
    http://www.zend.com/zend/tut/tutorial-brogdon.php
  • 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.
    http://www.hostlibrary.com/installing_apache_mysql_php_on_linux
  • 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.
    http://www.zend.com/zend/tut/class-intro.php
  • Introduction to PHP Image Functions
    An excellent overview of PHP image functions, including source code and interactive online examples.
    http://nyphp.org/content/presentations/GDintro/
  • Magic Quotes and Add Slashes in PHP
    PHP Tutorial on magic quotes, why they are bad, and how to get around them.
    http://www.webmasterstop.com/63.html
  • Jason Bradley Online
    PHP and GIMP tutorials.
    http://www.jasonbradleyonline.com
  • 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.
    http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/PHP/implement-bayesian-inference-using-php-1/page1.html
  • How to use PHP for server side includes
    Covers the basics on how to do virtual includes in a PHP file.
    http://www.spiderpro.com/bu/buphph002.html
  • 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.
    http://www.devshed.com/c/a/PHP/File-And-Directory-Manipulation-In-PHP-part-1/
  • 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.
    http://www.zend.com/zend/tut/tutorial-eckhouse.php
  • 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.
    http://www.devshed.com/c/a/PHP/File-And-Directory-Manipulation-In-PHP-part-2/
  • 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.
    http://www.web-max.ca/PHP/
  • 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.
    http://www.web-tech-india.com/articles/php/compiling_php_apache/
  • HostLibrary: Configuring PHP5 to run on IIS6
    Explains how to install and configure PHP5 on IIS 6 under Windows Server 2003.
    http://www.hostlibrary.com/ConfiguringPHP5torunonIIS6WindowsServer2003.html
  • Add a text-size switcher to your Web site with PHP and CSS - TechRepublic
    This tutorial will show you how to add such a text size switcher to your Web pages using PHP and CSS, thereby immediately making your Web site more accessible and scoring you useful brownie points from everyone over the age of 50.
    http://techrepublic.com.com/5138-3513-6002416.html
  • PHPbuddy
    PHP and MySQL articles, code snippets, and tutorials.
    http://www.phpbuddy.com/
  • PHPeasystep
    PHP and MySQL tutorials, News, Downloads and Forums. Teach you step by step with easy simple php code.
    http://www.phpeasystep.com
  • PHP Tricks & Skills
    PHP tutorials for begginers and advanced programmers.
    http://www.phptricks.com/
  • PHP Sense
    PHP tutorials and sample code scripts.
    http://phpsense.com
  • PHP Freaks
    This is a collection of tutorials that were written by the authors of phpfreaks.com. All tutorials in this section are maintained on their servers and they have a section for each tutorial that allows comments and ratings.
    http://www.phpfreaks.com/tutorials.php
  • php Friendly
    PHP Friendly contains articles and tutorials on different PHP problems. Articles ranging from beginner to advanced.
    http://www.phpfriendly.com
  • PHP Hacks
    PHPHacks provides PHP tutorials and examples on a variety of topics, from basic to advanced.
    http://www.phphacks.com
  • PHPExamples.net
    Tutorials and code snippets for PHP.
    http://www.phpexamples.net/
  • PHPro.org
    Tutorials and examples for beginners and advanced PHP developers.
    http://www.phpro.org
  • Web Developer's Virtual Library
    Tutorial collection includes a brief summary of the topic for each lesson.
    http://www.wdvl.com/Authoring/Languages/PHP/
  • WebCheatSheet - PHP
    A collection of PHP articles and tutorials with working examples. Topics include PHP fundamentals, databases, forms, security, and user authentication.
    http://www.webcheatsheet.com/php/
  • Zend.com Tutorials
    Ranging from beginner to advanced.
    http://www.zend.com/zend/tut/
  • thesitewizard.com's PHP Tutorials
    Free tutorials and articles on PHP programming, installation and configuration.
    http://www.thesitewizard.com/php/
  • TheScripts.com
    Tutorials on developing PHP scripts, and introduction to the language.
    http://www.thescripts.com/serversidescripting/php/
  • Phptutorials
    A free tutorials and advice on installing and using Apache, PHP and MySQL, primarily on Windows (WAMP).
    http://www.pulse-bs.co.uk/php/
  • PostgreSQL and PHP Tutorials
    This site has introductory tutorials on using PHP and PostgreSQL together.
    http://pgsql.designmagick.com/
  • Sitepoint.com - PHP & MySQL Server Side Coding Tutorials
    Tutorials.
    http://www.sitepoint.com/subcat/98
  • PHP Bee
    A collection of PHP tutorials and examples for helping novice developers learn the language.
    http://phpbee.com/
  • PHP / MySQL Scripts & Tools
    Helpful php code samples, packaged as a Zip file.
    http://www.waiheke.co.nz/php
  • DeveloperTutorials.com - PHP Tutorials
    A large collection of PHP tutorials by some of the top programmers in the industry.
    http://www.developertutorials.com/tutorials/php/
  • Free PHP Guide
    Free site for php tutorials and guides to help learn php and web programming with mysql integration. Examples and lessons for beginners to become php experts.
    http://freephpguide.com
  • Good PHP Tutorials
    Multiple tutorials for beginners or advanced developers.
    http://www.goodphptutorials.com
  • Developer.com PHP Articles and Tutorials
    Catering to novice and mid level webmaster/programmer; developer.com has tutorials on what you need to get started with PHP though how to validate e-mail addresses.
    http://www.developer.com/lang/php/
  • DevCentral
    Provides tutorials for designing PHP scripts. Requires free registration to view articles.
    http://devcentral.iftech.com/articles/PHP/
  • Day Dream Graphics: PHP and MySQL Tutorials
    Offers over 60 tutorials on PHP and MySQL, easy-to-understand explaination, code releases and message board to offer assistance and help.
    http://www.daydreamgraphics.com/d/tutorial/view/2
  • dev Articles - PHP
    PHP tutorials ranging from installing PHP on windows to creating bar charts.
    http://www.devarticles.com/c/b/PHP/
  • Dev Shed
    A wide range of tutorials and articles with a growing PHP section.
    http://www.devshed.com/c/b/PHP
  • Jelly & Custard
    A web development blog centering its focus on PHP and MySQL techniques to aid developers from all levels of experience.
    http://www.jellyandcustard.com
  • JustPhukit.com
    A resource of PHP tutorials and articles for programmers and developers.
    http://www.justphukit.com/php/php-tutorials-1.php
  • O'Reilly Network: PHP DevCenter
    O'Reilly Network's source for PHP developer news and information.
    http://www.onlamp.com/php/
  • PHP 4 ALL
    A collection of tutorials addressing common but simple PHP tasks.
    http://php4all.org/nav-tutorials-seecat-true-cat-PHP.html
  • PHP 5 For Absolute Beginners
    Zend, the makers of PHP, provide this tutorial repository with many different articles focusing on the foundations and new object model in PHP 5.
    http://devzone.zend.com/node/view/id/627
  • OpenSourceTutorials.com - PHP Tutorials
    PHP tutorials ranging from beginner to advanced written by geeks all over the world.
    http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/PHP/
  • mtWeb PHP Articles
    Tutorials on PHP, PEAR, PHP with MySQL and PHP on Apache. Downloadable code is available. Visitors can comment on articles.
    http://www.mtdev.com/category/php/
  • LinuxGuruz
    Features tutorials and tips about installing PHP on Linux. Also includes several quick tips for performing very specific tasks.
    http://www.linuxguruz.org/z.php?id=3
  • Microcyb's CyberCMS PHP Tutorials
    Collection of PHP tutorials with code examples.
    http://www.microcyb.com/?m=c&c=36
  • caiPHP PHP tutorials
    Tutorials and code snippets directed to those who are learning PHP.
    http://www.caiphp.com/tutorials.php

 

The Computer Science Directory currently has categories, which include links along with indexed pages.