HomebulletScriptsbulletTag: array (218 results)
  1. Table Designer
    1135 total visits
    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 ...
  2. Colour Lovers PHP
    76 total visits
    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 ...
  3. No Screenshot
    72 total visits
    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 ...
  4. tigershark
    70 total visits
    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 ...
  5. tigershark
    72 total visits
    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 ...
  6. XML-To-Array
    237 total visits
    This is a PHP script to convert XML data to an associate array. After the conversion, it also removes recursions in the result array
  7. XML-Writer
    392 total visits
    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
  8. Plinq
    86 total visits
    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 ...
  9. ABG PHP To XLS
    201 total visits
    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
  10. ArrayQry
    90 total visits
    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
  11. Simple XML Array Helper
    225 total visits
    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
  12. Array Sorter
    164 total visits
    This PHP script is created to sort multidimensional arrays. It can take multidimensional array and sorts or an array of objects and sorts it by the value of a given array entry or object variable.The sorting entry name may include one more entry names, one per each dimension, the sorting order may be configured also to be ascending or descending.Requirements:- ...
  13. Easy Pagination Array
    417 total visits
    This script can present content values in split listings.It takes as input the total number of entries, the limit number of entries per page, and the number of the current page.It performs calculations and returns the number of the first and last entries to list in the current page.Requirements:- PHP 5.1 or Higher
  14. Recursion Helper
    58 total visits
    This PHP script transforms flat arrays into multidimensional arrays. It can recursively traverses bidimensional arrays of associative arrays and look at each entry for the a given indexes that contains the parent and child entry identifiers.Nested arrays can be built based on parent-child relationships.Requirements:- PHP 5.0 or Higher
  15. Array Treatment
    76 total visits
    This script can be used to count array values by given the entried names. It traverses a given array of associative array values and group all entries that have the same value of a given entry.Array Treatment can return an associative array with the key entries which is defined by one given entry, summing all values of another given entries.Requirements:- ...
Pages 1 of 15« 1 2 3 4 5 »