tutorials

Sponsors
Partner Sites

PHP Tutorials


Arrays and PHP: A Primer
For many years, arrays have been used to logically store and sequence data. They have also been the point of confusion for many developers. This article will talk about the structure of arrays and how you can create and manipulate arrays with the PHP scri
PHP Tutorials > Development
 
Build Standalone Applications
Its painful, but possible. With PHP and the PHP-GTK module, you can build your own gui executable files. This is a guide that directs to the right GTK tutorials and functioning PHP compiling software. Includes code for a working model.
PHP Tutorials > Development
 
PHP and UML Class Diagrams
UML (Unified Modelling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications by drawing, and if the right tools existed, even generate code from the diagrams. In this article we"ll loo
PHP Tutorials > Development
 
Introduction to Control Structures
Control structures are some of the coolest things in PHP. They take a lot of the work off of your shoulders and place the burden on the language itself. They are especially useful for making sites where you need to make a page do something over and over a
PHP Tutorials > Development
 
Arrays, HTML, and PHP
This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP.
PHP Tutorials > Development
 
Controlling PHP Output: Caching and compressing dy
This 4-page article will explain how to use PHP output controlling functions to make your pages load faster.
PHP Tutorials > Development
 
Writing more efficient PHP
This from IBM developerWorks, targets the PHP developer who already understands PHP, but either wants to write more efficient PHP code or wants to improve the performance of existing PHP applications. Requires registration to read the article on the IBM d
PHP Tutorials > Development
 
Team development method for PHP
This article explains one of possible ways of developing PHP applications in a team. Discussion include: Single selector' file, Database abstraction layer, Embedding PHP, and Separation to files by functionality. To illustrate the ideas explained, the au.
PHP Tutorials > Development
 
Introduction to PHP Output Buffering
If you want to have more control over your scripts, the output buffering functions are the way to go. Anything from error handling to multiple header() commands in a single document. Not only does output buffering offer a powerful API for handling content
PHP Tutorials > Development
 
Session Handling with PHP 4
Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use, powerful and open for custom modifications. Creating sessions allows you to keep track of the actions of a partic
PHP Tutorials > Development
 
Easy Query Strings
Learn how to do all that index.php?page=Tutorials kinda stuff.
PHP Tutorials > Development
 
Make Your PHP Code Portable
Theres a lot of PHP code available for free on the net but also not all of it can run on your system as it is. This article shows you how to distribute a setup required by your program to run.
PHP Tutorials > Development
 
How to make index.php?p=page
I will show you easely and quickly How to make index.php?p=page kind of page or website
PHP Tutorials > Development
 
ImpAKT Basics Tutorial
This documents goal is to present the basic tNG features. We"ll create a simple site that will be used to manage a companys departments and employees. Users will be able to display the existing departments, to add a new department, to edit or to delete
PHP Tutorials > Development
 
Top 21 PHP Programming Mistakes - Part 3: Seven De
In this last part of the "Top 21 PHP Programming Mistakes" series, the discussion involves what the author calls 7 "deadly" mistakes. These are conceptual mistakes such as not allotting enough time for a project, not having a thorough code review, etc.
PHP Tutorials > Development
 
An Introduction to Classes
This tutorial teaches you how to write and use classes, to make your PHP code more flexible and easier to manage. The tutorial guides you through the construction of a simple, security-related class that performs some basic security functions for a web si
PHP Tutorials > Development
 
Limit a String Length in PHP
Need to limit how long a string is? This tutorial will show you how.
PHP Tutorials > Development
 
Managing Teams and Large Projects
Article about managing teams and working with large(ish) projects. Includes sections on CVS, communication, standards, and more.
PHP Tutorials > Development
 
Extending PHP
This article describes how to easily create a PHP extension with C or C++. Examples of bundled PHP extensions include the MySQL extension or the Sablotron XSL extension. These allow you to provide features to PHP script authors by letting you create funct
PHP Tutorials > Development
 
Make Your PHP Code Portable
Theres a lot of PHP code available for free on the net but also not all of it can run on your system as it is. This article shows you how to distribute a setup required by your program to run.
PHP Tutorials > Development
 

« 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