This simple script lets you do one SQL statement at a time, multiple statements in a row, or upload a file of SQL for execution.
This effectively lets you do database administration from just about anywhere if you're willing to deprive yourself of a graphical interface.
Coincidentally, if you're a programmer just learning a new language, this task is a great place to start, since it uses many of the fundamentals you'll need for web programming namely:
- takes input from a web form
- does conditionals
- (with regular expressions if possible)
- and a loop
- and hits a database with both selects and action queries.