| | | | |
A quick tutorial in .htaccess | | Apache's .htaccess allows a wide range of useful web server behaviours to be implemented, the most popular of which are provision of custom error pages, and password protection of directories. This tutorial gives a brief lesson in how to implement these two useful types of service. Price: Free - Version: - Platform(s):
Added: Tue Nov 15 2005 - Updated: Tue Nov 15 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | Bad Word Filter | | A simple PHP tutorial which blocks out whatever word that you would like it to block out. Price: Free (GPL) - Version: - Platform(s):
Added: Wed Aug 31 2005 - Updated: Wed Aug 31 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | Dynamic CSS with PHP | | Need to generate style sheets dynamically with PHP to keep presentaion logic together or create environment aware style sheets with PHP and JavaScript? This tutorial shows you how!
Price: - Version: - Platform(s):
Added: Thu Sep 22 2005 - Updated: Thu Sep 22 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | Find a visitor's IP Address with PHP | | Do you want to know the IP address of a visitor? This can be useful for many reasons, such as tracking site usage or blocking access to specific people. This guide tells you how to find it using PHP. Price: Free - Version: - Platform(s):
Added: Tue Nov 15 2005 - Updated: Tue Nov 15 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | How to Find the Current URL with PHP | | The full URL to a page comes in three parts: The domain name, the path to the file then the filename, and the query string. For example, take the URL http://www.example.com/ex ample/page.php?name=Bob: 1. The domain name: www.example.com; 2. The path to the page: /example/page.php; 3. The query string: name=Bob So how do you find it all out in your own PHP scripts? This guide will tell you how access each of these elements by using the $_SERVER superglobal array which is available at all times within your PHP scripts. Price: Free - Version: - Platform(s):
Added: Tue Nov 15 2005 - Updated: Tue Nov 15 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | PHP Shopping Cart Tutorial | | This tutorial will help you understand the basics of creating an online store. It covers main facilities that one should provide: product and category management, order management, user-friendly storefront, security issues, integration with PayPal and more. Live store demo and free sources download is available! Price: Free - Version: - Platform(s): All
Added: Thu Jun 29 2006 - Updated: Sat Jul 01 2006 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | Smarty for Beginners | | With this tutorial I aim to explain how to use the Smarty Template Engine in the simplest terms so even beginning coders of PHP can understand how to use it as their primary template engine. Price: - Version: - Platform(s):
Added: Thu Sep 22 2005 - Updated: Thu Sep 22 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | Track Google Adsense Clicks | | As a publisher of Google Adsense ads, you only know the CTR and the revenue of these ads. Would you like to know a bit more? This tutorial will teach you how to track the ads that are being clicked, on what page they are being clicked, and who is doing the clicking. Price: free - Version: - Platform(s):
Added: Thu Aug 11 2005 - Updated: Thu Aug 11 2005 Review It - Rate It - Member Reviews:
Visitor
Ratings:
(0 Votes) | | |