January 31, 2008

DIY Quick and Dirty MySQL query tool with PHP

We all love phpmyadmin it’s a great tool for managing databases, but it’s nice to have a web based query tool that you can allow others to access where they can get and save a query as a bookmark, and not endanger your database security too much. This is a quick and dirty way [...]

January 30, 2008

Hello World

1
2
3
4
5
<?php
 
print(’hello world!’);
 
?>

We just printed hello world!!!
Say hello to Violet Elizabeth