Looking for a way to create and update your website simply from your web browser, without having to learn a web editor?
Check out the Free Content Management Systems (CMS) PHP Scripts,
where yet another web-based software has just been added. This one is fairly new on the scene and even allows you to do page level
customisations ("customizations"), where different pages can have different layouts (if you need that sort of thing).
Package:
Summary:
Store and retrieve PHP session data in MySQL table
Groups:
Author:
Description:
This class can be used to store and retrieve PHP session data in an MySQL table.
It is an handler class that provides an interface for replacing the default session storage handler.
The class stores session data in a MySQL database table named sessions.
Package:
Summary:
Store and hidden information in PNG images
Groups:
Author:
Description:
This class can be used to store hidden and retrieve hidden information from PNG images.
It can take a given PNG image and store hidden information in it my using the least significant bits of color of the image pixels to store encoded information.
The class may also do the opposite, i.e, open a PNG image and retrieve previously stored information using the method above.
A new uninstaller, Uberstaller, has been added to the
Free Uninstallers page. Third party uninstallers
like this are used by some people to completely get rid of a program from a computer, particularly when the program's own uninstaller
leaves bits and pieces of itself (eg in the Registry or in the Windows system folders). There are now 8 uninstallers listed, so even
if you don't like this one, there are others you may want to try, including one that actually monitors a new software installation
so that it can track all the modifications a setup utility makes to your system.
Package:
Summary:
Generate Fibonacci sequence numbers
Groups:
Author:
Description:
This class can be used to generate Fibonacci sequence numbers.
It provides an iterator interface to generate the following Fibonnaci number when retrieving the next iterator element.
Package:
Summary:
Get and show record sets with different databases
Groups:
Author:
Description:
This class can be used to get and show record sets with different databases.
It provides a common interface to access different types of databases and execute SQL queries, retrieve query results and display the results in paginated listings.
Currently it supports MySQL, Microsoft SQL server and PostgreSQL.
Package:
Summary:
Search for files in a directory
Groups:
Author:
Description:
This class can be used to search for files in a directory.
It can traverse a given directory recursively and find files that have a given name.
The class displays the path of the files that are found.
Package:
Summary:
Display an HTML table with data from an array
Groups:
Author:
Description:
This class can be used to display an HTML table with data from an array.
It can iterate over an array of data values and generates an HTML table to display the values.