want to join us? register, it's easy | help
category icon

Effective In-Function Caching With PHP5

in PHP added by porteightyeight, 2 days 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 report
category icon

Easy Ajax in symfony

in PHP added by goodphptutorials, 4 days 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 report
category icon

Installing MySQL on Windows

in PHP added by ducani, 1 week 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 report
category icon

Integrate the Authorize.Net Customer Information Manager (CIM) API with PHP

in PHP added by stymiee, 1 week 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 report
category icon

Hide of Change .php extension with url rewriting using .htaccess

in PHP added by phphungry, 1 week 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 report
category icon

9 PHP Debugging Techniques You Should Be Using

in PHP added by porteightyeight, 2 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 report
category icon

Build a customizable RSS feed aggregator in PHP

in PHP added by goodphptutorials, 2 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 report
category icon

Create A Wordpress 2.5 Widget

in PHP added by jlaing, 2 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 report
category icon

Easy payments using Paypal IPN

in PHP added by finalwebsites, 2 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 report
category icon

Flatfile Users Online

in PHP added by 1scripts, 3 weeks ago 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 report
category icon

Installing Apache on Windows

in PHP added by ducani, 3 weeks ago 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 report
category icon

PHP5 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
category icon

You Are Here: Using PHP To Highlight Navigation

in PHP added by Crucial, on 6/4/2008 active current highlight navigation

When you walk into a mall, one of the first things you come to is a map with a "you are here" indicator that lets you know where you are. On a website, we can accomplish this by higlighting the current location on a navigation bar, menu, or list. Since the primary navigation is the most prominent feature on a website, we will discuss an easy way to do this with PHP.

comment save report
category icon

The Hitchhikers Guide to PHP Load Balancing

in PHP added by porteightyeight, on 3/4/2008 advanced tutorials cluster load balancing

This post gives an introduction to the complications that can arise from deploying your PHP applications onto a load balanced web hosting platform. This is a must-read article if you are planning to develop large scale web applications, or if your software will be deployed on a large range of platforms (as is the case for many open source projects).

comment save report
category icon

Desktop Application Development with PHP-GTK

in PHP added by gpt, on 31/3/2008 advanced tutorials desktop applications gui oo programming php5

PHP-GTK 2 is out, and with it, a fantastic means for PHP developers to build useful, reliable cross-platform desktop applications. In this tutorial, I'll show you how to get up and running with PHP-GTK in no time and build your first desktop application.

comment save report