php excel parser pro 4.6
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4902
Using MySQL Prepared Statements in PHP
Using MySQL Prepared Statements in PHP offers you a helpful software using the Mysqli (MySQL enhanced) extension in PHP 5 via the MySQLi_STMT class. more>> <<less
Added: 2009-07-29 License: PHP Price: $0.00USD
downloads
Who's Online PHP Script 0.1
Whos Online PHP Script functions as a tool to apply MySQL and sessions for managing the number of people who visit your site more>> <<less
Added: 2009-07-22 License: Freeware Price: $0.00USD
downloads
TinyButStrong plug-in for Excel
This package provide a plug-in for the TinyButStrong template engine to generate spreadsheet documents in the Microsoft Excel XML format. more>>
TinyButStrong plug-in for Excel is a very tractable and powerful package which can provide a plug-in for the TinyButStrong template engine to generate spreadsheet documents in the Microsoft Excel XML format.
The documents can also be opened with OpenOffice if their extension is .xml
Requirements: PHP 4.0 or higher
Added: 2009-07-07 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
12 downloads
PHP SQL Server (MSSQL) Query Analyzer 0.3
PLEASE REVIEW AND EDIT CAREFULLY This is a web-based tool for running queries on a SQL database. more>> <<less
Added: 2009-06-25 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
How To Create A Pagination In PHP 1
This is a guide how to create a pagination in PHP more>> This is a guide how to create a pagination in PHP<<less
Added: 2009-05-18 License: Freeware Price: $0.00USD
25 downloads
Creating a BBCode Parser
Have you ever wanted to implement BBCode, the special formatting codes used by forums, into your own PHP scripts? Well, itâ??s actually pretty easy to accomplish using some simple regular expressions and the preg_replace PHP function. This mini-tutorial more>> <<less
Added: 2009-04-07 License: Freeware Price: $0.00USD
14 downloads
Javascript BibTeX Parser 0.1.2
This is a pure JavaScript BibTeX parser class. more>> Javascript BibTeX Parser 0.1.2 is designed to be a pure JavaScript BibTeX parser class. BibTeX is a text-based file format for listing bibliographical references.
Major Features :
- Parse BibTex into a logical data javascript data structure.
- Output parsed BibTex entries as HTML, RTF, or BibTex.
Added: 2009-01-09 License: GPL Price: GPL
10 downloads
rssbox - RSS Feed Parser And Display Boxes Standalone 0.5
This is a single cgi file standalone RSS parser, reader, and display multi-theme program. Use it to display different RSS feeds boxes on your site from one or more RSS feeds sites. Live demos: http://www.mewsoft.com/rs sbox/rssbox.html . Usage details more>> This is a single cgi file standalone RSS parser, reader, and display multi-theme program. Use it to display different RSS feeds boxes on your site from one or more RSS feeds sites. Live demos: http://www.mewsoft.com/rs sbox/rssbox.html . Usage details from our site: http://www.mewsoft.com/cg i-bin/forum/forum.cgi?act ion=ViewTopic&Topic=2910& Forum=1&Page=1&Period=0a& Lang=English.<<less
Added: 2008-09-07 License: Freeware Price: $0.00USD
13 downloads
HTML DOM and easy screen scraping in PHP
Working with XML is easy in PHP with various extensions such as SimpleXML, however unfortunately HTML is far more tedious. Thankfully however, I found this; PHP Simple HTML Dom parser (they could really do with a shorter name! I?ll go for PSDP). more>> Working with XML is easy in PHP with various extensions such as SimpleXML, however unfortunately HTML is far more tedious. Thankfully however, I found this; PHP Simple HTML Dom parser (they could really do with a shorter name! I?ll go for PSDP).<<less
Added: 2008-08-31 License: Other Price: $0.00USD
16 downloads
PHP and AJAX Auto Suggest
How to use the scriptaculous ajax autocompleter with PHP to search your MySQL database. more>> How to use the scriptaculous ajax autocompleter with PHP to search your MySQL database.<<less
Added: 2008-08-08 License: Freeware Price: $0.00USD
15 downloads
EMAIL / MIME Parser (Decoder) in PHP 1.0.0
No other scripts (or classes) are required. Simply provide the script with a raw email in $email. The script will then parse the Headers in to "To:" "From:" "Cc:" and "Bcc:" and the Message in to Plain and HTML. If the email is non MIME, it will output more>> No other scripts (or classes) are required. Simply provide the script with a raw email in $email. The script will then parse the Headers in to "To:" "From:" "Cc:" and "Bcc:" and the Message in to Plain and HTML. If the email is non MIME, it will output the messgae as is. The attachments are assumed to be base64 encoded and will decode these and deposit them in the same directory as the script, keeping the original file name and extension. The directory can be changed by changing the $path variable. The script can easily be altered to handle other encoded attachments. This script is PHP4 and PHP5 compatible. For PHP5, it would be best to change some of the string funtions to non-case sensitive versions (e.g. change str_replace to str_ireplace, etc). The script has been tested on Outlook Express, Hotmail and Freeserve (Orange and Wanadoo).<<less
Added: 2008-05-15 License: Free Non-Commercial Price: $0.00USD
44 downloads
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
Added: 2008-04-17 License: Freeware Price: $0.00USD
15 downloads
PHP F1 1.0
PHP F1 is a website dedicated to PHP development. It is a good source of scripts and tutorials. more>> PHP F1 is a website dedicated to PHP development. It is a good source of scripts and tutorials.<<less
Added: 2008-03-07 License: Freeware Price: $0.00USD
14 downloads
TwitterZoid RSS Parser for Twitter 0.1
Its a rather silly name, I know; however, TwitterZoid is the chosen name of my PHP script for parsing Twitter RSS feeds. Ive been using Twitter quite steadily for a couple of weeks now and I thought it might be nice to include my latest tweets on my more>> Its a rather silly name, I know; however, TwitterZoid is the chosen name of my PHP script for parsing Twitter RSS feeds. Ive been using Twitter quite steadily for a couple of weeks now and I thought it might be nice to include my latest tweets on my blog, so I wrote TwitterZoid to do just that. TwitterZoid differs to other PHP based Twitter RSS parsers, at least the ones I tried before I wrote it, in that it will automatically link both lexicons and URLs found within individual tweets. It also tries to mimic Twitters timestamping, although this could be improved. TwitterZoid is easy to set-up and has been written to run as an include from within any PHP based page.<<less
Added: 2008-02-22 License: GPL Price: $0.00USD
15 downloads
C++ Mime Email Parser 1.0
C++ implementation of RFC 2045 - Multipurpose Internet Mail Extensions (MIME) standard. Library designed to be very fast and efficient, and has been tested on millions of emails from all kinds of email clients. Library supports all kinds of content more>> C++ implementation of RFC 2045 - Multipurpose Internet Mail Extensions (MIME) standard. Library designed to be very fast and efficient, and has been tested on millions of emails from all kinds of email clients. Library supports all kinds of content encodings, charsets. It allows to read attachments, and handles charsets conversions.<<less
Added: 2007-12-20 License: BSD Price: $0.00USD
10 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above php excel parser pro 4.6 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed