Add a single web page to edit any mysql table. Just put in the DB credentials, the file handles the rest.
Optionally:
* Put the credentials in a secure /etc/ folder to avoid accidents.
* Also added a CSS page if you want it to look pretty.
* Can also run a script on add/edit/delete.
* Can also have a dropdown for ALL tables in a single DB instead of just a single table.
Most importantly: You can allow a user to edit a single table with simple security and no access to anything...
HTTP tunnel to MySQL written in PHP. Returns JSON descriptive result.
HTTP tunneling is a method for connecting to a MySQL server that uses the same protocol (http://) and the same port (port 80) as a webserver does.
MySQLTunnel implements an HTTP tunneling to MySQL in a fast and secure way. Written in PHP can be installed in any webserver or hosting with the LAMP or WAMP stack available, to allow access to internal MySQL server.
A php application for mining your guild's information from the US world of warcraft armory, this is a fork of wow roster live. My goal is to have a simple efficient and reliable method of keeping a database of your guild.
Auto Tracker provides a simple method of tracking vehicle fuel efficiency and maintenance. Auto Tracker is currently written in PHP and must have a SQL database back-end.
Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
A platform & DB-independent method for receiving job or volunteer application online and subsequently evaluating and managing them. Developed by Oxfam Australia for the Humanitarian Relief Register: http://www.caa.org.au/helping/work/relief/index.html
Dorm is a PHP object/relational persistence tool. It features CRUD operations (create/read/update/delete), plus a select method, for retrieving and populating sets of objects. An XML file defines the mapping between tables and classes (like Hibernate)