Ads

 Home » Tips, Tutorials & Articles » PHP

Sort by:
 Displaying (1 - 12) of 16  1  2  Next 
Creating Word, Excel and CSV files with PHP
Browsing the World Wide Web you can find out various methods of creating files with PHP. Learn how to create files using HTTP headers, COM objects, OpenOffice templates, fputcsv function.
Version:
Platform(s): Linux,Windows,Unix,Mac OSX,Sun Solaris
Price: Free
Developer: WebCheatSheet
Added: 20/12/2011
Updates: 20/12/2011
110 Hits
2415 Views
Details
Visit

PHP Design patterns : Part 1 – Adapter pattern
The Adapter pattern is used to provide access to an object via a specific interface. An adapter allows classes to work together that normally could not because of incompatible interfaces, by providing its interface to clients while using the original interface.
Version:
Platform(s):
Price: Free
Developer: w3mentor
Added: 09/11/2011
Updates: 09/11/2011
101 Hits
2313 Views
Details
Visit

PHP 5.3. New Error Levels
PHP 5.3.0 introduces two new error levels: E_DEPRECATED and E_USER_DEPRECATED.A good tutorial to find out how to handle the new messages and error levels.
Version:
Platform(s): Linux,Windows,Unix
Price: Free
Developer: developerstutorial.com
Added: 29/03/2010
Updates: 29/03/2010
160 Hits
1742 Views
Details
Visit

PHP Variables and Constants
Variables and Constants are different types of identifiers (names) for saving a simple value in PHP. Both are case-sensitive. For the easy identification of Constants and Variables, you should use lowercases for Variables and uppercases for Constants.
Version:
Platform(s): Linux,Windows,Unix,Mac OSX,Sun Solaris
Price: Free
Developer: developerstutorial.com
Added: 27/02/2010
Updates: 27/02/2010
126 Hits
1733 Views
Details
Visit

Simple contact form tutorial
Here is an extremely simple way to create a contact form with PHP and the mail() function.
Version: 1.0
Platform(s): Linux,Windows,Unix,Mac OSX,Sun Solaris
Price: Free
Developer: Joseph Szenasi
Added: 23/01/2010
Updates: 23/01/2010
123 Hits
1331 Views
Details
Visit

How To Change Default User Agent String Using PHP
In this short tutorial I'll show you how to change the default user agent string of your server using PHP. A user agent is the client application used with a particular network protocol; the phrase is most commonly used in reference to those which access ...
Version: 1
Platform(s): Linux,Windows,Unix
Price: Free
Developer: Prithwiraj Bose
Added: 12/12/2009
Updates: 12/12/2009
119 Hits
1336 Views
Details
Visit

Reading the clean text from RTF
Rich Text Format (often abbreviated as RTF), to surprise of many, is quite complex text data format. During its long history RTF bought a lot of add-ons that disturb the process of getting "clean" text.
Version:
Platform(s):
Price: Free
Developer: WebCheatSheet
Added: 24/12/2009
Updates: 24/12/2009
96 Hits
1459 Views
Details
Visit

Maintain a Single Database Object in PHP 5
When creating a PHP application, it is usually necessary to connect to a database to perform certain tasks. In some cases you only want to open a connection when necessary, but limit it to a single connection. This way you don't waste resources on unnecessary ...
Version:
Platform(s):
Price: Free
Developer: UltraMega Tech.
Added: 23/10/2009
Updates: 23/10/2009
105 Hits
1240 Views
Details
Visit

How to create a good survey
This article is divided in 3 sections: 1. Before you create a survey 2. Creating a survey 3. Particular things to consider
Version:
Platform(s): Linux,Windows,Unix,Mac OSX,Sun Solaris
Price: Free
Developer: Radoslaw Kmiecicki
Added: 25/10/2009
Updates: 25/10/2009
97 Hits
1377 Views
Details
Visit

Using MySQL Prepared Statements in PHP
Prepared statements in MySQL are an alternative to writing raw SQL code to execute. This tutorial will explain how to use prepared statements.
Version:
Platform(s):
Price: Free
Developer: UltraMega Tech.
Added: 06/09/2009
Updates: 06/09/2009
114 Hits
1306 Views
Details
Visit

PHP Array Tutorial
This tutorial will demonstrate how to use arrays in PHP, with code examples of all fundamental array operations. An array is simply a collection of keys and their associated values. In PHP, the key can be either an integer or string, while the value can ...
Version:
Platform(s): Linux,Windows,Unix,Mac OSX,Sun Solaris
Price: Free
Developer: Don B
Added: 26/09/2009
Updates: 26/09/2009
93 Hits
1408 Views
Details
Visit

PHP File Download Security
This is an easy solution to online subscription content protetcion.
Version:
Platform(s):
Price: Free
Developer: Higherpass.com
Added: 31/08/2009
Updates: 31/08/2009
94 Hits
1205 Views
Details
Visit

 Displaying (1 - 12) of 16  1  2  Next