Categories
Tags → Php Parse File

PHP Array Pagination

If you are looking for a solution to displaying page numbers from an array of items then this is the solution, all you need to do is include the small class file and then parse your array through the class and then handle the data like you would hand...
DETAILS

OPML Parser PHP Class

This PHP class parses an OPML file (provided its URL) and returns an array with all the parsed data. This array contains, for each of the OPML file s elements the following attributes: link_url, link_name, link_target, link_description, link_rss, cre...
DETAILS

PHPUnzip Class

For those in need of unzip functionality in their PHP scripts but do not have PHP compiled with zip support. Includes ability to output the zip contents to files instead of reading them into memory. Very easy to use and integrate to existing code. A ...
DETAILS

MySQL Log Parser

This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ ph...
DETAILS

dbClassBuilder

Upload your schema to this online application and gives yourself a head start creating your database abstraction layer for your php / mysql application. dbClassBuilder will parse a file creating INSERT, SELECT, and UPDATE functions for each table def...
DETAILS

DHCPd Tools

Contains two PHP classes to parse a dhcpd.leases file according to ISC''s DHCPd v3 syntax. Can also add/delete/enable/disable known hosts from dhcpd.conf for the same. I wrote it because I couldn''t find anything like it written in PHP.
DETAILS

DHCPd Parser

PHP class that will allow you to parse a ISC DHCPd v3 leases file and use the results in your applications. It was written because the only other implementations I could find were written PERL.
DETAILS

Realtime Streaming Quotes/Indices

This is an interface for displaying real time stock quotes in Flash. Unique is the streaming mode, rarely seen on the web. It uses a service from Yahoo that provides stock information in CSV format. PHP is used to parse the CSV file and format it for...
DETAILS

Stock Quotes in Flash

A simple interface for displaying real time stock quotes in Flash. Uses a service from Yahoo that provides stock information in CSV format. PHP is used to parse the CSV file and format it for use with Flash.
DETAILS

PhpDocumenter

PhpDocumenter is a php script for creating javaDoc style documentation from your php code. It allows you to generate documentation from a single php file or it can recursively parse through a directory.
DETAILS
©2003-2019 jCay.com