-
-
12:33
»
Good PHP Tutorials - New Tutorials
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.
-
12:33
»
Good PHP Tutorials - New Tutorials
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.
-
12:33
»
Good PHP Tutorials - New Tutorials
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.
-
12:33
»
Good PHP Tutorials - New Tutorials
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.
-
12:33
»
Good PHP Tutorials - New Tutorials
This tutorial explains you how to hide or change the .php extension in browser's address bar using .htaccess file.
-
-
15:45
»
Good PHP Tutorials - New Tutorials
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...
-
15:45
»
Good PHP Tutorials - New Tutorials
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.
-
15:45
»
Good PHP Tutorials - New Tutorials
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.
-
15:45
»
Good PHP Tutorials - New Tutorials
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
-
-
8:41
»
Good PHP Tutorials - New Tutorials
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.