news
Welcome
We've just launched the brand new site. It's brand spanking new, so there's bound to be some bugs. If you find any, please let me know [posted on 1/11/2007]
RSS Feed
I've just fixed a problem with the site's RSS feed - now it should validate properly. [posted on 31/10/2007]
Tutorial Submission
To get a PHP tutorial submitted to this site, just create a free account. Once you do this, there will be a "add a tutorial" link on the top right [posted on 30/10/2007]
tutorials 
Drawing with PHP: array to graph
in PHP added by freenity, 1 day ago Graph drawing gd graphics
This is a basic example of using GD functions, and creating a function to convert a unidimensional array into a graphic like this: http://gwphp.feudal-times.net/wp-content/uploads/2008/02/graph.png
comment save reportOutput Buffering in PHP
in PHP added by tutorialhelpdesk, 1 day ago advanced tutorials header ob_start output buffering setcookie
How to capture content for server-side caching in PHP.
comment save reportEffective In-Function Caching With PHP5
in PHP added by porteightyeight, 1 week ago advanced tutorials cache php5
In-function caching can often be used to greatly improve the performance of our software. Applying this technique effectively is important to avoid spiraling memory usage and bizarre bugs that can be caused by old cache data lingering around.
comment save reportEasy Ajax in symfony
in PHP added by goodphptutorials, 1 week ago AJAX framework symfony
Symfony has Ajax helpers that make programming an elaborate interface a piece of cake. This tutorial will show you step-by-step how to create an Ajax-powered symfony application in minutes.
comment save reportInstalling MySQL on Windows
in PHP added by ducani, 2 weeks ago installation mysql setup windows
As Web sites and Web-based applications become more important to commercial firms and other organizations, so too does the methods used for storing data online, such as customer contact information, system login details, product data, and much more. Rewritable flat files may be sufficient for extremely limited data for which security is not an issue. But for most Web sites and applications, a robust database is called for.
comment save reportIntegrate the Authorize.Net Customer Information Manager (CIM) API with PHP
in PHP added by stymiee, 2 weeks ago authorize.net ecommerce payment gateway php5
Get a basic tutorial and free code to use Authorize.Net's Customer Information Manager API to create subscriptions and store credit card data while being PCI compliant.
comment save reportHide of Change .php extension with url rewriting using .htaccess
in PHP added by phphungry, 2 weeks ago advanced tutorials htaccess url rewriting
This tutorial explains you how to hide or change the .php extension in browser's address bar using .htaccess file.
comment save report9 PHP Debugging Techniques You Should Be Using
in PHP added by porteightyeight, 3 weeks ago advanced tutorials debugging general
Save yourself time, effort and headaches by employing the debugging techniques discussed in this article. I cover topics from enabling notices to writing Unit Tests, as well as some ideas you may not have thought of...
comment save reportBuild a customizable RSS feed aggregator in PHP
in PHP added by goodphptutorials, 3 weeks ago advanced tutorials rss web service xml
Although there are several commercially available feed aggregators, it's easy to develop your own feed aggregator, which you can integrate with your Web applications. You'll appreciate this article's fully functional PHP code snippets, demonstrating the use of PHP-based server-side functions to develop a customizable RSS feed aggregator. In addition, you'll reap instant benefits from using the fully functional RSS feed aggregator code, which you can download from this article.
comment save reportCreate A Wordpress 2.5 Widget
in PHP added by jlaing, 3 weeks ago advanced tutorials content management widgets wordpress
Create a plugin widget in Wordpress 2.5. Covers settings up and using sidebars in your template, activating your widget, and displaying your widget. This tutorial is best suited for people familiar with both PHP and Wordpress themes and plugins.
comment save reportEasy payments using Paypal IPN
in PHP added by finalwebsites, 3 weeks ago e-commerce ipn payments paypal
There are several PHP scripts and classes to process PayPal payments using their native IPN (Internet payment notification) feature. This Tutorial / guide will show you how to process paypal payments using the IPN feature
comment save reportFlatfile Users Online
in PHP added by 1scripts, on 16/4/2008 online statistics stats users online
This tutorial shows you how to create a script that shows how many people are on each page of your site, without using a database. You can easily get the number of online visitors for each page as well as the whole site.
comment save reportInstalling Apache on Windows
in PHP added by ducani, on 15/4/2008 apache install windows
Even though it is possible to do Web development and testing on a remote server, it is better to fully develop a new Web site on a local Web server, and then upload everything when it is finished, for many reasons: 1) Keeping the unfinished site off the Internet is safer, because as you begin developing the site, you probably have not put in all of your code for neutralizing any potential attacks against your site, including cross-site scripting (XSS) vulnerabilities...
comment save reportPHP5 and OOP
in PHP added by Jordan, on 10/4/2008 Object Oriented Programming oop php5
Object oriented programming was introduced for the first time in PHP 3. But the subjects is extremely actual again in PHP 5, because the entire concept of the OOP(Object Oriented Programming) was in fact redesigned from scratch for the new version of the language (PHP 5). Hence, this tutorial would be interesting for the advanced user familiar with PHP 4 and as well for the beginners, since we will try to use more "understandable" words and examples comprehensive enough to express the real power of the object oriented programming.
comment save report