HomebulletScriptsbulletTag: array (219 results)
  1. No Screenshot
    1912 total visits
    c_mysql is a MySQL database access wrapper that can retrieve data records either in arrays or XML documents. It can execute SQL queries for selecting, inserting updating and deleting data records in a given MySQL database table.c_mysql also provides error reporting support by either outputting error messages to the browser, to a error log file, both or neither.
  2. No Screenshot
    1719 total visits
    parseCSS, a class for parsing CSS files or strings. Features of parseCSS:- Returns associative array containing all css parameters.- Generates a css from associative array.- Package also includes demo code for using this class with Flash file so that a Flash animation can use styles from CSS stylesheet (Code by Feike Brouwer).Example: associative array $oCSS->css["body"]["font-size"]="12pt;"
  3. No Screenshot
    1182 total visits
    Sort script provides and implementation of several algorithms to sort the elements of an array. The algorithms that are implemented are: Merge sort, Shell sort and Bubble sort.
  4. No Screenshot
    1805 total visits
    Mergesort produces a sorted sequence of an array form index $startuntil index $end.function Merge_sort sorts the input array directly. function MS_get gives a new array with a sorted sequence of the input array and leave the input array unchanged.
  5. No Screenshot
    1680 total visits
    Brim::QuickSort implements the QuickSort algorithm to sort arrays of objects.It uses a comparator callback class with a function that compares two objects and returns -1, 0 or 1 to indicate whether the objects are equal or which one is greater in respect to the sorting criteria.
  6. No Screenshot
    1225 total visits
    PHP Scraper is meant to fetch remote HTML pages and parse them to extract structured information into arrays. It can take a model of the definition of the structure of a given page and process it to clip the relevant fields of information.
  7. No Screenshot
    1899 total visits
    Array 2 XML is capable of storing the data of associative arrays in XML files using DOM PHP 5 extension API.It supports specifying the XML output file name, the document root name, the output encoding. It also supports storing nested associative arrays.
  8. No Screenshot
    1794 total visits
    The PHP Report classes are used to create html report pages from a generic result set array. A result set is any array you can came up with. That usually means the result of a sql query, and normally it is not ready for display. The classes here are used to parse that result using HTML templates. Sometimes you need ...
  9. No Screenshot
    1889 total visits
    A random script that ensures to pick only out of the entires that exist in the table. CzarRand compiles an array of the entries currently in the table, then selects a random entry from that array. CzarRand is very fast, and works with anything you can put in a MySQL database, including HTML tags such as links and images.
Pages 15 of 15« 11 12 13 14 15 »