- Open Source Licensing For PHP Scripts
pop
Open Source licensing for PHP scripts. Open Source means that your software is entirely free for use, to anyone, and any user may modify the software to fit his own needs. To launch an open source application, you have to apply the GNU GPL License.
http://www.phpfreaks.com/tutorials/19/0.php
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Add a text-size switcher to your Web site with PHP and CSS - TechRepublic
This tutorial will show you how to add such a text size switcher to your Web pages using PHP and CSS, thereby immediately making your Web site more accessible and scoring you useful brownie points from everyone over the age of 50.
http://techrepublic.com.com/5138-3513-6002416.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Add mapping functionality to Web sites with Image_GIS in PHP [Tech Republic]
Image_GIS is a PEAR package for PHP that allows you to add digital maps to Web sites using free downloadable GIS files. Learn how to use the Image_GIS package to add mapping functionality to a Web site.
http://techrepublic.com.com/5100-3513_11-5833847.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- An Introduction to Classes (Zend)
The tutorial guides you through the construction of a simple, security-related class that performs some basic security functions for a web site: checking user logons.
http://www.zend.com/zend/tut/class-intro.php
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Authenticate and Track Users with PHP (Webmonkey)
Learn how authentication, cookies, and sessions can add security and a personal touch to your site.
http://webmonkey.wired.com/webmonkey/00/05/index2a.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Blobbing Data With PHP and MySQL (Devarticles)
Showing how to store and retrieve binary data in a MySQL database by using PHP.
http://www.devarticles.com/c/a/MySQL/Blobbing-Data-With-PHP-and-MySQL
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Build your own Web Service with PHP and XML-RPC
Harry takes us one step further into the world of Web Services. Here he explains how to build your own Web Service - a news feed - using PHP and XML-RPC.
http://www.sitepoint.com/article/827/4
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Building a search application using PHP and the Google Search API
This article will teach you how to build a search application using the Google search API and PHP. Presents a demo, as well as downloadable source code.
http://www.techbytes.co.in/blogs/2005/11/27/google-search-api-php-and-some-fun
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Building a weblog with PHP and MySQL
A tutorial on building a simple yet functional weblog system using PHP and MySQL.
http://www.clearps.com/tjr/computing/building-a-weblog.php
(Added: Thu Mar 30 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Building Modular XHTML Web Pages using PHP
A series of labs describing the process of building modular, structured and valid XHTML Web pages using the PHP server-side scripting language.
http://loadaveragezero.com/vnav/labs/PHP/
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Classes and PHP (PHPBuilder)
A description in plain English of what classes are, and how they can make your project easier to complete and extend.
http://www.phpbuilder.com/columns/rod19990601.php3
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Code Injection Vulnerabilities Explained
Code Injection is a term used when code is injected straight into a program/script from an outside source for execution at some point in time.
http://www.theserverpages.com/10101/21/
(Added: Sat Apr 01 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Comprehensible PHP Code (PHPBuilder)
A good programmer makes her code look so simple and comprehensible that any other programmer can understand it and appreciate it.
http://www.phpbuilder.com/columns/nair20011003.php3
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Configuration Manipulation With PHP Config (Dev Shed)
This article introduces a toolkit designed specifically for manipulating configuration files, thereby reducing the number of lines of code needed to read and modify application variables. This toolkit is written in PHP and implemented as a class, suitable for use in any PHP-based application and accessible via standard OO techniques.
http://www.devshed.com/c/a/PHP/Configuration-Manipulation-With-PHP-Config/
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Control transformations using XSLT parameters (TechRepublic)
Phillip Perkins outlines the advantages of using XSLT, which includes the fact that you aren't restricting your data to one particular layout.
http://techrepublic.com.com/5100-3513_11-5783430.html
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Database Abstraction With PHP (Dev Shed)
Take a look at the PEAR database abstraction layer, one of the coolest PHP widgets out there.
http://www.devshed.com/c/a/PHP/Database-Abstraction-With-PHP/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Database Enabled Websites
A tutorial on using PHP3 and MySQL to develop database enabled applications for websites.
http://www.awtrey.com/support/dbeweb/
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Dev Dreams
Offers a wide variety of webmaster resources including tutorials, articles, templates, tools and an active webmaster discussion forum.
http://www.devdreams.com/texternal.php
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Devshed - Searching with PHP and ht://Dig
Adds search capabilities to site using the popular open source tools PHP3 and ht://Dig.
http://www.devshed.com/c/a/PHP/Search-This
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Encryption and Decryption using PHP and GnuPG (Zend)
The purpose of this article is to show you how to encrypt and decrypt information with GnuPG using PHP.
http://www.zend.com/zend/tut/tutorial-brogdon.php
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Error Handling: Stepping beyond True/False Results (Zend Technologies)
This article will give you the capabilities to handle errors in an elegant manner without diverging too much from your lazy ways. We will look at how to handle PHP script errors, as well as passing around your own errors with the PEAR module: PEAR_Error.
http://www.zend.com/zend/tut/tutorial-eckhouse.php
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- File And Directory Manipulation, Part 1 (Dev Shed)
PHP comes with a full-featured file and directory manipulation API that allows you (among other things) to view and modify file attributes, read and list directory contents, alter file permissions, retrieve file contents into a variety of native data structures, and search for files based on specific patterns. This file manipulation API is both powerful and flexible - two characteristics that will endear it to any developer who's ever had to work with file manipulation commands.
http://www.devshed.com/c/a/PHP/File-And-Directory-Manipulation-In-PHP-part-1/
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- File And Directory Manipulation, Part 2 (Dev Shed)
This second segment of the tutorial on the PHP filesystem API takes you into deeper waters, showing you how to copy, delete and rename files; scan directories; work with uploaded files over HTTP; perform pattern matches on file names; and read and write to processes instead of files.
http://www.devshed.com/c/a/PHP/File-And-Directory-Manipulation-In-PHP-part-2/
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Getting Intimate With PHP's Mail() Function
PHP's Mail() function is a great way to send mail using a simple and standard interface that hides the complexity and quirks of various system programs that are responsible for sending mail. This tutorial will introduce you to the basics of sending mail from PHP scripts.
http://www.devarticles.com/c/a/PHP/Getting-Intimate-With-PHP%26%2339%3Bs-Mail%28%29-Function
(Added: Sat Apr 01 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- GIS Mapping in PHP
A series of tutorials on using PHP to access GIS mapping information. The tutorials start with the basics, build on them, and provide many examples for more complex functions.
http://www.web-max.ca/PHP/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It