tutorials

Sponsors
Partner Sites

PHP Tutorials


Develop rock-solid code in PHP: Lay the foundation
The Develop rock-solid code in PHP series is about solving practical real-life problems in medium- to large-scale applications. With a sharp focus on new features available in PHP 4, the articles shed light on numerous tips and tricks that make life easie
PHP Tutorials > Development
 
Accessing COM Objects In PHP
PHP was originally developed to run on the Unix/Linux operating system but was soon after ported to the Win32 platform. It supports a huge amount of Windows-only functionality, such as instantiating COM objects through code. This article looks at how to i
PHP Tutorials > Development
 
Using Strings
A large portion of Web programming requires strings to be handled and generated, so knowing how to use and handle strings properly is extremely important for PHP programmers. This tutorial starts with the simple constructs used to create strings and moves
PHP Tutorials > Development
 
Working With PHP Data Types
Using and manipulating variables in PHP is extremely easy because PHP includes several functions to help us compare and contrast them. This article introduces us to the range of PHP data types. It also teaches us how to work with and manipulate PHP data t
PHP Tutorials > Development
 
Optimize Code
This page shows a few tips to make your PHP code run faster.
PHP Tutorials > Development
 
A HOWTO on Optimizing PHP
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. This article explains why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how
PHP Tutorials > Development
 
Object-oriented approach to programming HTML form
Article describing a method of representing HTML form controls in PHP ising OO approach enabling hassle-free and easy way to program controls thruout the site.
PHP Tutorials > Development
 
Top 21 PHP progamming mistakes - Part I: Seven Tex
This article is intended for the PHP programmer interested in avoiding some of the most common mistakes when applying PHP. This first part of the article series presents a list of 7 mistakes that while not critical, will lead to slower and less maintainab
PHP Tutorials > Development
 
Creating dynamic dropdown lists in mySQL
This tutorial describes how to build a basic admin interface to allow you to add and delete users from the browser instead of having to Telnet into the mySQL monitor and do it manually. Main function dealt here is to create a dynamic drop down list popula
PHP Tutorials > Development
 
Property and Method Overloading Tutorial
Brief introduction into using PHPs overload extension to overload property access and method calls within a class.
PHP Tutorials > Development
 
PHP Debugging with Class
This article talks about a technique for debugging CGI programs written with the PHP scripting language. Topics include: Creating the Debug Class, Testing the Debug Class, Using the Debug Class, Production Debugging, and more.
PHP Tutorials > Development
 
Apache, Apachecon and PHP
This article covers several useful topics on PHP programming from basics to working with database. Main topics include: mod_php - Hello World, PHP Programming, Maintaining State on a Single Page, Maintaining State Between Multiple Pages, PHP Data Enabled
PHP Tutorials > Development
 
Top 21 PHP Programming Mistakes - Part 2: Seven Se
In this second part of the series, it describes 7 common mistakes in PHP programming that will lead to drastically slower run times and less secure scripts, in addition to less maintainable code. Topics covered: Not Following Basic Naming Conventions (Var
PHP Tutorials > Development
 
Discussion Forums with PHP
All sites need a community formed around them, and discussion forums are the ideal method of doing this. This step-by-step tutorial shows how to use PHP and MySQL to create a Web-based forum.
PHP Tutorials > Discussion Boards
 
Threaded Discussion with PHP/MySQL
This step-by-step tutorial shows you how to make your Web site a conversation piece using PHP and MySQL. You can also learn a couple of coding tricks in the process.
PHP Tutorials > Discussion Boards
 
Invision Board (Login Form)
This tutorial is intended for owners of invision board forums, that want to put a login form on their site.
PHP Tutorials > Discussion Boards
 
Shoutbox w/ Admin Login
This shoutbox comes with a simple admin login feature, and ability to work with smilies.
PHP Tutorials > Discussion Boards
 
Open for Discussion
This article / tutorial provides you with information that will let you create a PHP-based message board using NeoBoard or plain PHP. Then you can make a discussion board on your own either by using the NeoBoard package without modifications, or by follow
PHP Tutorials > Discussion Boards
 
Add Smilies into your Guestbook/Blog Script Part 1
Simple but effective to add smiley into your guestbook or blog script using PHP & Javascript. Step by step guide please read on....
PHP Tutorials > Discussion Boards
 
Seans blog script flatfile based with Form submit
Enhanced version of previous simple blog tutorial. Include "Form" submit to enable users to enter blog messages directly from browser. Simple & Easy. You can turn this script into a beautiful blog script by formating it into tables, incorporating grap
PHP Tutorials > Discussion Boards
 

« 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25