browse by tag: php5
sort by
Effective 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 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 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 reportDesktop 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 reportStay away from Bloated Class Methods, actually, bloated ANYTHING!
in PHP added by rvdavid, on 22/3/2008 classes methods oop php5 principles tips
Why are there so many examples of bloated PHP methods out there?! I see a lot of bloated methods being used in examples through sites like phpclasses.org and a very large chunk of a project I’ve recently picked up which a few developers have worked on. Guys! remember! There is no good reason to bloat your methods to over 10-20 lines long and on the rare occasions that you do exceed 10 - 20 lines it would be more the exception to the rule as opposed to being the rule itself!
comment save reportIntegrate the Authorize.Net Recurring Billing API with PHP
in PHP added by stymiee, on 10/3/2008 authorize.net ecommerce payment gateway php5 recurring billing subscriptions
Get a step-by-step tutorial and free code to use Authorize.Net's recurring billing API to create subscriptions for your e-commerce website.
comment save reportAdvanced Zend Feed usage
in PHP added by prodevtips, on 9/3/2008 advanced tutorials oo programming php5
Parsing an item in multiple categories can be tricky, this tutorial shows you how.
comment save reportHow to Create an RSS Feed for Your Site in PHP
in PHP added by Walkere, on 1/3/2008 advanced tutorials feed file handling mysql php5 xml
An RSS feed is a great way to serve up your content to users. However, if you're not using a standard CMS or blogging platform you may not have an RSS feed generated for you automatically. This tutorial will show you how to create an RSS feed in a few simple steps. If you can query your database to get information about your articles, you can complete this tutorial and build a custom feed.
comment save reportDigg API: How to Get a Random from Digg with PHP and XML
in PHP added by Walkere, on 26/2/2008 advanced tutorials media php5 xml
This tutorial walks you through using the Digg API to fetch a random story from Digg and display it on your own site. Good introduction to using the Digg API for content syndication. Uses PHP 5 and XML.
comment save reportHow to Syndicate an RSS Feed On Your Site
in PHP added by Walkere, on 11/2/2008 advanced tutorials feed php5 rss xml
This quick tutorial shows you how to use Simple XML to read and manipulate an RSS feed. The end result is a few lines of code that you can use to syndicate a site's feed on your own page - adding links to relevant content for your users.
comment save reportHow to Use PHP To Dynamically Resize an Image
in PHP added by Walkere, on 6/2/2008 advanced tutorials image php5
Sometimes you want to display an image - but it's not stored in the right size. If you allow the browser to resize the image, it will get distorted and waste bandwidth. Instead, you can use the PHP GD library to resize the image on the fly. This tutorial will show you how to use the GD library to read an image, resize it, and output it as part of an HTML page.
comment save reportCreating Your Own Exception Classes
in PHP added by tutorialhelpdesk, on 3/2/2008 class exception php5
Learn to get control over how (or if) error messages are displayed to users, even though you're using several third-party libraries that each have their own views on handling errors.
comment save reportHow to Use PHP's Crypt() Function to Encrypt and Check a Password
in PHP added by Walkere, on 28/1/2008 beginner tutorials encryption passwords php5 security
This tutorial will walk you through using PHP's crypt() function to effectively encrypt a password for storage in a database and later check that password against a user's input.
comment save reportPHP HTTPRequest Class
in PHP added by rvdavid, on 11/1/2008 advanced tutorials oo programming php5 request handling
By default, request data in PHP is handled by using Super Globals ($_POST, $_GET, $_COOKIES). Globals are bad for several reasons (outside the scope of this example google here). In an effort to remedy this, we need a way to encapsulate the request data into an object. By doing this, we are centralising access to request data through the one channel - the HTTP Request object.
comment save reportDisplay how many visitors online
in PHP added by ineedtutorials, on 3/1/2008 beginner tutorials database general oo programming php5
Ever wonderd how to display how many visitors you have online. In this tutorial i will show you an easy but effective way to display the amount of online visitor’s.
comment save reportPHP Captcha Tutorial (in-depth)
in PHP added by techusky, on 2/1/2008 advanced tutorials captcha php5 security verification
This CAPTCHA script allows a user to easily customize things such as the string length, minimum and maximum font size, image size, the font used, and even the characters used, etc... Unlike most CAPTCHA scripts that generate the random text based on an md5 hash of the time, this one lets the user input specific numbers, uppercase, and lowercase characters they want used (or don't want used) in the creation of the CAPTCHA image. It also assures, regardless of the length of the string, that there is at least both 1 random upper and lowercase character in the string, thus making it more difficult for bots. Another feature in this script is that it randomly rotates each character on the image.
comment save reportAuto Loading Classes in PHP 5
in PHP added by goodphptutorials, on 23/12/2007 advanced tutorials autoloading php5
Undoubtedly, the release of PHP 5 has had a remarkable impact on the way that object-oriented applications are developed nowadays. This highly-improved model has provided PHP programmers with features that were only present in mature object-based languages, like Java and C++, but now, fortunately for you and me, they are generously offered by this powerful server-side scripting language.
comment save reportHow to Install PHP 5 on Linux
in PHP added by goodphptutorials, on 21/12/2007 beginner tutorials installation linux php5
This tutorial explains the installation of Apache web server, bundled with PHP and MySQL server on a Linux machine. The tutorial is primarily for SuSE 9.2, 9.3, 10.0 & 10.1, but most of the steps ought to be valid for all Linux-like operating systems.
comment save reportZend_Gdata for Picasa, YouTube, Google Documents List
in PHP added by CalEvans, on 19/12/2007 GData advanced tutorials google php5 zend framework
The Zend_Gdata component of Zend Framework offers PHP 5 classes to access services supported by the Google Data APIs. The recent Zend Framework 1.0.3 release includes new support for some great services, including Picasa Web Albums, YouTube, and Google Documents List.
comment save reportUsing Stored Procedures & MySQLI in PHP 5
in PHP added by rvdavid, on 11/12/2007 beginner tutorials database mysql oo programming php5
For the occasions that you want to use a stored procedure you've written in MySQL 5 through PHP , the semantic tool to use is PHP's built in mysqli objects/package.
comment save reportWriting a CMS/Community with Smarty and the Zend Framework Part 6
in PHP added by prodevtips, on 7/12/2007 AJAX advanced tutorials content management oo programming php5
Shows how to setup a gallery with multiple uploads through a Shockwave made with the Flex SDK, also shows how to extend Zend Session to setup custom session ids.
comment save reportTemplate View and View Helper Design Patterns in PHP
in PHP added by rvdavid, on 6/12/2007 advanced tutorials oo programming php5
The Template View and View Helper patterns lend themselves nicely when it comes to developing a View Layer solution for PHP, or so I found out with the recent refactoring of Cubix (dubbed Cubix II). This View layer duo is very much a great candidate for a 'tag team'. Each component performs a role and together make up a big part of the View Layer.
comment save reportWidgets with the Zend Framework and Smarty
in PHP added by prodevtips, on 1/12/2007 advanced tutorials oo programming php5
Brief how to on making widgets with the Smarty insert function.
comment save report