PHP Feedback Form with Source Code
Tutorial for feedback, bug report, contact PHP forms includes all copy and paste code.
PHP For Designers
PHP introduction for web designers by Matt Mullenweg.
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.
PHP Sessions Introduction [PHP Freaks]
PHP has a great set of functions that can achieve the same results of Cookies and more without storing information on the user's computer: PHP sessions. This is nearly 99% flawless in operation and it is virtually invisible to the user.
PHP Speed Differences (Insight to Injury)
A brief tutorial which examines a few simple ways to increase the efficiency of PHP code.
PHP Tutorial (BobFrank.org)
A basic PHP tutorial for beginners. It includes printing, variables, constants, math, strings, files, functions, arrays, and several other key points of PHP.
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.
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.
PHP Virtual Guide
Video tutorials covering PHP from the basics to advanced techniques.
PHP/MySQL Tutorial (Webmonkey)
Three-part tutorial covers installation, basic scripts, forms, and advanced topics.
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.
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.
Programming PHP
A wikibook about programming in PHP. Also provides external links for more information.
Saving Resources with phpCache (Website Publisher)
Tutorial explains how to implement the phpCache script and use it to keep your database server load low.
Search Engine-Friendly URLs (Website Publisher)
Article describes three ways to make your URLs search engine friendly 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.
Simple Classes Introduction
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.
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.
SimplePHP
Windows Installation Guide for Apache + PHP + MySQL + PHPMyAdmin.
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.
Results: Previous 1 2 3 4 5 6 7 8 9 10 11 Next