-
PHP AJAX pagination takes as parameters an SQL query, the number of results to show per page and the current page number. HTML and JavaScript code is generated in order to display links for browsing the query result pages. When the user clicks on the links an AJAX request is sent to a script that retrieves the page results and ...
-
Several types of operations that manipulate string values through a fluent interface, are included. Currently TString can concatenate an array of strings, change the case of the string words, split the string in pieces separated by another given string, find a given sub-string, pad the string with characters to fill a given length, extract a sub-string. insert a sub-string in ...
-
Chaos takes a specification string that defines the sets from which will be picked the characters that will compose the random string to be generated. The script supports sets such as lower and upper case letters, lower and upper case vowels and punctuation. Requirements: PHP 5.0 or higher
-
classDataObject executes SELECT questions to a database table and retrieves records into arrays. It can generate pagination links to browse listings of table records split in many pages. classDataObject can also execute INSERT and UPDATE queries to set table records with data from array parameters. Requirements: PHP 5.0 or higher
-
A specified MySQL query is executed and the results are displayed in an HTML table with the help of Paging Object. The table has links on the columns to redisplay the results sorting by respective column. The listing may be split on pages of a limited number of results per page with links to browse other listing pages. It is ...
-
Mewsoft Paginate takes as parameters the total numbers of entries in the listing, the limit number of entries to show per page and the number of the current page. It may return the number of the next, previous, first and last pages. Mewsoft Paginate also returns the entries on the current, first and last pages, and the range of pages ...
-
FBCount takes an array with a list of names and generates a single string separated with commas except the last two names that are separated by the word "and". A configurable template string passed to the sprintf function can be used to format the names. If the name list array is associative, both the array entry values and keys are ...
-
MySQL DB Management Class can access a MySQL database and execute SQL queries retrieving the results into arrays in a single call. MySQL DB Management Class can also show links to browse the query results split among multiple pages. INSERT and UPDATE can be executed from lists of parameters. Requirements: PHP 5.0 or higher
-
pml pagger takes as parameters the total and limit number of items to display per page and the number of the current page. HTML links for navigating to the first, previous, next and last pages, as well as a form select input for going to a specific middle page, are generated. Requirements: PHP 3.0 or higher
-
paging_class takes as parameters the listing base page URL, the total number of entries in the whole listing, limit number of records to display per page, and the number of the current page. Links to the next, previous and any intermediate pages, relative to the current page, get generated. Requirements: PHP 4.0 or higher
-
The string is split into php and HTML sections, with each php section being evaluated and the HTML ones displayed in their current form. A web based editor that makes use of the MixedEval class is also included. The editor may be helpful for learning php.MixedEval allows the user to create a variable number of textareas, each of which can ...
-
The total number of pages and the current page number are taken as parameters. Page Numbers initializes an array variable that defines the numbers of pages to show in a navigation bar. Page Numbers specifies whether each page is the current page or should be displayed as a link to first, last or another page.Requirements: PHP 4.0 or higher
-
Delimited Text Files takes a string with a text line and splits the text where comma or tab characters appear. The split text chunks get returned as strings in an array.Requirements: PHP 4.4 or higher
-
phpCSV can parse each CSV file line and store the retrieved data in a bi-dimensional array class variable.The separator character and the line length limit values can be configured.
-
When a file is very large size it takes a lot of time to download. A common solution is to zip the file to make it smaller, but if it still too large to download, splitting the file in many pieces is often a better alternative solution.Zip and File Splitter can compress and split large files into smaller part files ...


