Ads
|
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
|
115 Hits
2491 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
|
107 Hits
2384 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
|
195 Hits
1812 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
|
160 Hits
1807 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
|
158 Hits
1386 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
|
129 Hits
1403 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
|
99 Hits
1539 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
|
119 Hits
1442 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
|
115 Hits
1321 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
|
106 Hits
1464 Views
|
Details
Visit
|
Displaying (1 - 12) of 16 |
1 2 Next |
|
|