-
This class can be used to display HTML table from array of data. It generates an HTML table using data from a bi-dimensional array with data that defines the contents of table cells. The class may also generate HTML and JavaScript code that uses the jQuery library to make the generated table show or hide using a slide effect when ...
-
CrossData is a script creates an HTML table or a PHP array, crossing two fields of a MySQL table. Crossing is from simple count of occurrence and percentage to some group functions on a third field.
-
CSS Parser is a PHP script for parsing CSS code. It reads CSS code and transforms it into a PHP array. From this array, other applications can extract and/or use the CSS information needed from a page or stylesheet. A few examples are included with the download package to get the developer started with his own implementations.
-
Videopian is a PHP script which can retrieve any kind of information about a video hosted on a public video hosting platform. It works very simple. Just point it to a public video host URL and it will automatically retrieve all the data as a PHP array. Features of Videopian:Fetched details:- URL- Title- Description- Tags- Duration- Author name- Author profile ...
-
PHP SWF Reader is a PHP script for I/O operations on SWF files. Basically, other than returning all the main information from a SWF file, such as the bg color, framerate, player version, compression, protection used, movie size, it also allows to modify some of those parameters. It can also read the SWF header information and return an associative array ...
-
Colour Lovers PHP is a PHP script is a wrapper for the COLOURlovers API. Taps into the colourlovers.com JSON API and retrieves query results as a PHP array. Features of Colour Lovers PHP:- Get latest, top or random colors- Get latest, top or random palettes- Get latest, top or random patterns- Get user details- Get user, color, pattern and palette ...
-
This script can render images with text using graphics as fonts. It takes a text string and creates an image on which the characters of the string are displayed using separate image files to render each character. The text may be aligned to the left, right, center or be justified. The image width may be limited so the text is ...
-
This is a simple key-value store system for PHP. It can be used to replace complex database systems, in environments where that's not possible of the project is too small for it. tigershark uses PHP arrays to store and manipulte data. It implements NoSQL principles using a single PHP file. Usage instructions are included with the package's README.Requirements:- PHP 4.0 ...
-
This is a simple key-value store system for PHP. It can be used to replace complex database systems, in environments where that's not possible or the project is too small for it.tigershark uses PHP arrays to store and manipulate data. It implements NoSQL principles using a single PHP file. Usage instructions are included with the package's README.Requirements:- PHP 4.0 or ...
-
This is a PHP script to convert XML data to an associate array. After the conversion, it also removes recursions in the result array
-
This is a PHP XML script to write XML documents. It opens a file and writes XML tags and content inside it.It can write XML header tags, open and close tags, single elements with tag and data, and lists of elements from an associative array.Requirements:- PHP 4.0 or Higher
-
This PHP script can query information in arrays using LINQ (language-integrated query) language. It can traverse arrays and perform several types of operations defined programmatically.Currently it can match array elements that satisfy a given condition, skip a given number of elements, get a given number of the first elements, compute the maximum, minumum and average of element values, sort elements,append ...
-
This script to generate Excel files with data from arrays. It reads a bi-dimensional arry containing spreadsheet data organized in column and row cells. The script then generates an Excel spreadsheet file in XLS format with the desired data. The data from the generated spreadsheet can be saved to a file or outputted to anther app.Requirements:- PHP 5.2 or Higher
-
This script can execute MySQL databases queries using arrays. It can connect to a MySQL database and execute SELECT queries retrieving the results as associative arrays.The script can also excecute INSERT or UPDATE queries taking arrays of field values. It can also execute DELETE queries.Requirements:- PHP 3.0 or Higher
-
This script can generate or convert XML document into arrays. It can parse a XML document and return a nested array that represents its structure of tags and data.It can also do the opposite, generating a XML documents from nested arrays with the XML document structure.Requrements:- PHP 5.1 or Higher















