Package:
Summary:
Parse and retrieve data from CSV files
Groups:
Author:
Description:
This class can be used to parse and retrieve data from CSV files.
It can parse CSV files and extract the data of its rows into class associative array variables.
The class can handle the first row of the CSV file as the headers row that define the names of the columns.
The field and row separator characters are configurable.
Package:
Summary:
Validate Saudi resident identifier numbers
Groups:
Author:
Description:
This class can be used to validate Saudi resident identifier numbers.
It takes a resident identifier number and calculates a checksum to verify whether it may be a valid number.
It returns either 1 (for Saudis), 2 (for non-Saudis) or FALSE (for invalid numbers).
A new web-based content management system has been added to the Free Content Management Systems (CMS) PHP Scripts page.
It is customizable, supports extensions that you can add to your site (like a blog module, a forum module, a calendar/event module), has a number of themes that you can select to change the appearance of your website, and so on.
For those not sure what Content Management Systems are, they let you create and manage your website from your browser. That is, after
you install it on your site, all you need to do is to log into your site from your web browser to add your content, customize the appearance and so on.
Package:
Summary:
Retrieve a limited range of SQL query results
Groups:
Author:
Description:
This package can be used to retrieve a limited range of SQL query results.
There is a base class that provides abstract range calculation based on the number of page and number of result rows per page to retrieve.
It also implements the Iterator interface to traverse query result rows.
This package also comes with an implementation class to execute and retrieve result set rows from MySQL databases.
Package:
Summary:
Retrieve Web pages emulating a browser
Groups:
Author:
Description:
This class can be used to retrieve Web pages emulating a browser.
It can retrieve a give page, parse it and proceed retrieving the pages or content that would result of clicking on given links or submitting forms in the initial page.
The class provides functions to locate the links to click or form to submit either specifying a Xpath expression or searching page elements by attribute.
Package:
Summary:
Retrieve book information by ISBN from ISBNDB.com
Groups:
Author:
Description:
This package can be used to retrieve book information by ISBN from ISBNDB.com.
It accesses the ISBNDB.com Web services API server and execute several types of operations to request information about books.
There are several classes that can perform searches for books or retrieve information about specific books, categories, authors and publishers.
Package:
Summary:
Retrieve HTML forms input values
Groups:
Author:
Description:
This class can be used to retrieve HTML forms input values.
It takes a DOMElement object of an HTML form and traverses it to find the form method, action, input names and values.
The class provides functions to return the extract form attributes.
Package:
Summary:
HTTP client to send requests to Web servers
Groups:
Author:
Description:
This class is an HTTP client to send requests to Web servers.
It can configure and send HTTP GET and POST requests using the Curl extension or PHP file access functions.
When using the Curl extension, all Curl options may be set changing a class array variable.
Package:
Summary:
Extract a snapshot image from a video
Groups:
Author:
Description:
This class can be used to extract a snapshot image from a video.
It uses the Mplayer program to extract an image from a given video file.
The extracted image is saved a file in the JPEG format.