Main > Free Download Search >

Free data processing script

data processing

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1788
Forms Processing

Forms Processing


In the PHP Tutorial you will learn about PHP Forms - Predefined variables, Reading input from forms and Using hidden fields to save state.PHP has several predefined variables called superglobals.Super more>> In the PHP Tutorial you will learn about PHP Forms - Predefined variables, Reading input from forms and Using hidden fields to save state.PHP has several predefined variables called superglobals.Superglobals are always present and available in any PHP script.The superglobals are arrays of other variables.<<less
Added: 2006-11-28 License: Freeware Price: Free
628 downloads
Online Image Processing

Online Image Processing


The quickest way to process your .jpg or .gif images online. Online Image Resizer allows to resize, rotate, select quality, convert to grayscale and even place a watermark over your images. more>> The quickest way to process your .jpg or .gif images online. Online Image Resizer allows to resize, rotate, select quality, convert to grayscale and even place a watermark over your images.<<less
Added: 2006-01-19 License: Freeware Price: $0.00USD
15 downloads
Flash XML processing 1.0

Flash XML processing 1.0


Flash XML processing is not a complicated task at all. In this article I will show you how to load and process XML files via actionscript. more>> Flash XML processing is not a complicated task at all. In this article I will show you how to load and process XML files via actionscript.<<less
Added: 2007-11-14 License: Freeware Price: $0.00USD
12 downloads
Basic PHP Form Processing

Basic PHP Form Processing


Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier. more>> Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier.<<less
Added: 2004-09-09 License: Other Free / Open Source License Price: FreeAdditionalInfoWebsite
1900 downloads
Data Structures in C++

Data Structures in C++


This tutorial teaches how to implement Data Structures as classes using C++. Stacks,Queues,Circular Queues,Linked Lists,Stacked Linked List,Queued Linked List,Circular Linked List,Double Linked List a more>> This tutorial teaches how to implement Data Structures as classes using C++. Stacks,Queues,Circular Queues,Linked Lists,Stacked Linked List,Queued Linked List,Circular Linked List,Double Linked List and Binary Trees are explained.<<less
Added: 2005-03-28 License: Freeware Price: Free
1142 downloads
RSS/ATOM Feeds Processing API 1.0

RSS/ATOM Feeds Processing API 1.0


This is an API (written in PHP) providing functionality for fetching RSS/ATOM feeds and displaying them using templates in an exaggeratedly easy way. It uses SimplePie (http://simplepie.org) to fetch the feeds and the XTemplate templating more>> This is an API (written in PHP) providing functionality for fetching RSS/ATOM feeds and displaying them using templates in an exaggeratedly easy way. It uses SimplePie (http://simplepie.org) to fetch the feeds and the XTemplate templating engine(http://www.phpxtem plate.org) for output. Thanks to SimplePie it can autodetect and correctly interpret RSS 0.91, RSS 1.0, RSS 2.0 as well as ATOM 0.3 and ATOM 1.0. The script will attempt to autodetect the most commonly used tags in RSS/ATOM fields so you will not have to worry about the fact that different feeds have different structure (read in the manual about the autodiscover property). Note that this property will try and get the most commonly used tags (title, author, link, date, etc) but if you want to go berserk and use all the tags from your favourite feed than you should reffer to the item property. Also, the global details of the feed can be accessed through the feed property. Read the manual for more information!<<less
Added: 2007-02-06 License: Free Non-Commercial Price: $0.00USD
13 downloads
 
Other version of RSS/ATOM Feeds Processing API
RSS/ATOM Feeds Processing APIThis is an API (written in PHP) providing functionality for . This is an API (written in PHP) providing functionality for
License:Free for non-commercial use
Download
1021 downloads
Added: 2007-02-06
PHP Paypal IPN processing class

PHP Paypal IPN processing class


PHP Paypal IPN processing class help process the Paypal IPN reply, verify the validity and extensive log support for debug. If the IPN reply is a valid transaction, it stores the data on a MySQL IPN t more>> PHP Paypal IPN processing class help process the Paypal IPN reply, verify the validity and extensive log support for debug. If the IPN reply is a valid transaction, it stores the data on a MySQL IPN table, a log file and mark the transaction as completed on a MySQL transactions table. If theres something wrong, you can debug using the logs. Requirements: * PHP * MySQL * A Paypal account<<less
Added: 2005-12-07 License: GPL Price: Free
883 downloads
Data Dumper

Data Dumper


Data Dumper brings you a convenient and useful program which will show you an objects structure easily and quickly. more>> Data Dumper brings you a convenient and useful program which will show you an object's structure easily and quickly. This is a JavaScript library similar to the Data:Dumper module in PERL and it will print an expanded object structure. If you're building complex data structures or objects, this library can help you debug your code and see exactly what data is where!<<less
Added: 2009-07-27 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
downloads
Data pagination

Data pagination


If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that y more>> If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that you use the same techniques - perhaps use an old bit of code as a template and change it to suit your needs each time. This quick class handles pagination easily - leaving you only the associated CSS presentation markup to add to make your solution complete. For the sake of completeness, we provide a sample CSS snippet that you can alter to fit your site design.<<less
Added: 2005-06-30 License: LGPL Price: FreeAdditionalInfoFreetouseinanyapplicationsolongasthelicenseandotherheaderinformationiskeptintact.
1594 downloads
XML processing with PHP 1.0

XML processing with PHP 1.0


This tutorial shows you with code examples how to process an XML datasource with PHP. more>> This tutorial shows you with code examples how to process an XML datasource with PHP.<<less
Added: 2006-08-04 License: Freeware Price: $0.00USD
10 downloads
Processing XML with PHP

Processing XML with PHP


Join Timothy as he shows you how to process XML with PHP. In this tutorial you will learn the basics of using PHP to interpret XML. more>> Join Timothy as he shows you how to process XML with PHP. In this tutorial you will learn the basics of using PHP to interpret XML.<<less
Added: 2003-10-14 License: Not Specified Price: Free
2219 downloads
PHP Data Cache Class

PHP Data Cache Class


PHP data caching class that caches variables using file handle write to cache data with or without an expiration time. I used file_get_contents() rather than fread to speed up the application even further. Rather than run a complex logic or queries each more>> PHP data caching class that caches variables using file handle write to cache data with or without an expiration time. I used file_get_contents() rather than fread to speed up the application even further. Rather than run a complex logic or queries each time the data is needed, we can cache data for 3600 seconds or an hour (adjustable).<<less
Added: 2008-06-05 License: BSD Price: $0.00USD
14 downloads
PHP Paypal IPN processing class rev4

PHP Paypal IPN processing class rev4


PHP Paypal IPN processing class help process the Paypal IPN reply, verify the validity and extensive log support for debug. If the IPN reply is a valid transaction, it stores the data on a MySQL IPN table, a log file and mark the transaction as completed more>> PHP Paypal IPN processing class help process the Paypal IPN reply, verify the validity and extensive log support for debug. If the IPN reply is a valid transaction, it stores the data on a MySQL IPN table, a log file and mark the transaction as completed on a MySQL transactions table. If theres something wrong, you can debug using the logs. Requirements: * PHP * MySQL * A Paypal account<<less
Added: 2005-12-07 License: GPL Price: $0.00USD
11 downloads
Detailed PHP form processing tutorial 1.0

Detailed PHP form processing tutorial 1.0


This article demonstrates how to use PHP forms. You will find detailed information from the form basics to more advanced form processing topics. more>> This article demonstrates how to use PHP forms. You will find detailed information from the form basics to more advanced form processing topics.<<less
Added: 2007-09-18 License: Freeware Price: $0.00USD
13 downloads
PHP data caching class

PHP data caching class


PHP data caching class is considered as an excellent and useful PHP class that can be used to cache arbitrary data in files. more>>

PHP data caching class is considered as an excellent and useful PHP class that can be used to cache arbitrary data in files.

<<less
Added: 2009-07-24 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5