export data
Export data to CSV (Comma Separated Value)
Ever needed export data to a CSV file (Comma Separated Value)? If you don?t know what a CSV is it is a bunch of values that are separated by a , . This code will show you how to achieve this even when more>> Ever needed export data to a CSV file (Comma Separated Value)? If you don?t know what a CSV is it is a bunch of values that are separated by a , . This code will show you how to achieve this even when there are new lines and commas in the values. You can then open this file up in Excel.<<less
Exporting Data From mySQL to Excel
Aim of this sampel code is to show how to export data from a database server to excel. At this time we prefred to use mySQL. Because there are enough examples running with other databases eg. MS Acces more>> Aim of this sampel code is to show how to export data from a database server to excel. At this time we prefred to use mySQL. Because there are enough examples running with other databases eg. MS Access and MS SQL.<<less
SIOC PHPExportAPI
The PHP Export API provides an easy way for developers to create SIOC exporters, as it maps SIOC Classes to PHP objects, with simple functions to export the created data. When using the API for you ex more>> The PHP Export API provides an easy way for developers to create SIOC exporters, as it maps SIOC Classes to PHP objects, with simple functions to export the created data. When using the API for you exporters, you wont have to deal with SIOC specs or RDF formatting, and you could easilly update your exporter to the latest version of SIOC specifications by simply updating the API file in your exporter.<<less
Insert MySQL PHP data
In thie tutorial you will learn how to insert information in to a PHP MySQL database. more>> In thie tutorial you will learn how to insert information in to a PHP MySQL database.<<less
iTunes Export 1.4
iTunes Export exports playlists defined in your iTunes Music Library to standard .m3u, .wpl (Windows Media), or .zpl (Zune) playlists. more>>
Major Features:
- Provide a simple command line application that can be used to generate playlists, a Graphical UI that provides a wizard interface to exporting playlists, or a DLL that can be used by other developers to add the ability to read iTunes Music Library XML files to other applications.
- The source distribution contains the source for all binary distributions.
- Be written using C# on the .NET runtime.
Requirements: Windows that support .NET 2.0 or later or Linux using Mono
Export Recordset Data to CSV Using ASP
This simple ASP/VBScript code sample shows how you can export data from a database table to a CSV file without using any components or database drivers. more>>
Export Recordset Data to CSV Using ASP is designed as a simple but useful ASP/VBScript code sample shows how you can export data from a database table to a CSV file without using any components or database drivers.

Pure CSS Data Chart
This script provides a useful way of creating data charts only from HTML and CSS code more>>
By simply modifying options in a CSS and HTML file, the user can customize the script to his needs.
<<lessXP Data Recovery 3.7
This utility is a boot disk that allows you to recover files from Windows XP and more. Easy to use. more>> This utility is a boot disk that allows you to recover files from Windows XP and more. Easy to use.<<less
Capturing Click Data 1
Easy tutorial on how to implement a php click stream engine on your website that will capture useful click data. more>> Easy tutorial on how to implement a php click stream engine on your website that will capture useful click data.<<less
XML as Data Source
After this tutorial, you will be able to manipulate and play with XML Data files in the same way as you do with MS Access. In addition to that, there are certain advantages of using XML, over MS Acces more>> After this tutorial, you will be able to manipulate and play with XML Data files in the same way as you do with MS Access. In addition to that, there are certain advantages of using XML, over MS Access. I introduce these advantages in the text, as we proceed on. The article has been organized in the increasing order of difficulty.<<less
Zend Framework Data Grid 0.4
Zend Framework Data Grid 0.4 is created as a useful PHP class that can be used to display and edit data from a database in a grid using the Zend Framework. more>> Zend Framework Data Grid 0.4 is created as a useful PHP class that can be used to display and edit data from a database in a grid using the Zend Framework.<<less
Advanced CSV Export
In this tutorial you will learn more about getting items from a database and exporting them to a CSV for use in Excel. more>> In this tutorial you will learn more about getting items from a database and exporting them to a CSV for use in Excel.<<less
Posting Data throught a Socket
This example opens up a socket connection using the fsockopen function and post some data which are encoded. It retrieves the resulting page including the headers. There is an online demo. more>> This example opens up a socket connection using the fsockopen function and post some data which are encoded. It retrieves the resulting page including the headers. There is an online demo.<<less
SiteManager Portal System
SiteManager Portal System provides users with a web based content management and membership services with simple, online administration tools. more>> SiteManager Portal System provides users with a web based content management and membership services with simple, online administration tools.
This system combines all of the base SiteManager features including input validation, flexable template design and reuseable code into a series of extendable, reusable, configurable packages.
The SiteManager Portal System offers both content developers and web site administrators a quick and easy system which allows them to spend time building the content of their web sites; not building the delivery system.
Major Features:
- Themes:
- Offers multiple customizable HTML layouts sharing common colors, styles and images. Including designated areas for the embedding of content and custom tags interpreted at run time.
- Membership:
- Fully customizable login/logout and member creation system with online administration, that allows a custom hierarchy of roles and privileges with grant options.
- Content Management:
- Allows category based storage of HTML, images, documents and files. With web based upload and privilege control. Integrated search and cache systems, reports, and HTML page layout features.
- MessageBoards/Forum:
- Renders threaded Bulletin Board style news postings with safe HTML limitations and customizable display templates.
- Calendar/Date Events:
- Implements Daily, Weekly, and Monthly views, calculated re-occurring events, and additional free form fields and categories.
Additional Features:
- Membership Subscription:
- Manages pay-per-view access to site resources online with an unlimited number of subscription types, payment plans, and free trials.
- Magazine:
- Integrates publication of searchable content on a weekly rotation with fully customizable templates, unlimited content types, and a fully integrated banner ad rotation system. Allows access for multiple contributors with fully adjustable access requirements, view tracking and many other display features.
- Courses/School:
- Provides tools for teachers and students including daily schedules for classes based on class schedules, full course signup, homework, testing, discussion forums, and chat rooms.
- Contractor/Job Scheduling:
- Offers time/date event listings, re-occurring events, and requests with email confirmation and alerts. Job time blocking for multiple contractors and the ability to export data into common PDA formats.
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