MyFlippy is a web-based administration interface for MySQL databases. Really easy to use, nothing to configure, multi-user connexion, MyFlippy is, in just ONE file, a fully functional MySQL client.
The Goal is a set of crossplatform genealogy applications to import from gedcom files into your choice of SQL Databases which in turn can be used to display your familytree on a webpage or client application
A client-server XML Repository written in PHP, using XPath for documents queries. The server and client can work directly if on the same machine or via XML-RPC over a network.
The Leading All-In-One Vacation Rental Software for Property Managers
Hostaway helps you grow your property management business by automating and streamlining every aspect of your business
The dashboard and mobile app allows users to manage their marketing, sales, accounting, reporting, payment and communication needs all in one place. As premium partners of channels such as VRBO, Booking.com, Airbnb, Homeaway and Expedia, with the ability to manage advanced setups, no other platform gives you the type of control and peace of mind that a Hostaway user has. The software is designed with teams in mind - it's easy to train staff and keep them happy while improving business at the same time! Hostaway also provides a booking engine, wordpress website and both marketing and sales tools for managing your valuable direct bookings.
Open Source PHP5 Framework
Features Include:
AJAX, Custom Template Engine, I18n, MySQL DB Client, Search Engine Friendly Linking
This is the lite version of the software.
Node-based content management system, aimed for smaller websites containing mainly images, sound and video. Flash (Flex) client communicating with php/mysql through AmfPHP, still very immature, but may grow to something useful.
...There's a full write up/article detailing exactly what I did/how it works here:
PHP MySQL "instant" Audit Trail:
http://www.flatcoder.co.uk/php-mysql-instant-auditorauditing/
This came about when a client asked for a way to audit their system. The codebase was an old PHP application with more files/scripts that anyone would like to plough through!
The solution was a simple "drop in" replacement for the mysql_query call. From there, a simple search/replace on the codebase.
The auditor will capture "who did what" and "when". ...