DEMG Server stats page http://demg.penton.com/admin/stats/
posted by Scales and Pom 7:40 PM
Possible PDF2HTML link http://freshmeat.net/projects/pdftohtml/?topic_id=849
posted by Scales and Pom 6:57 PM
Linux Cookbook
http://www.dsl.org/cookbook/
posted by Scales and Pom 11:56 AM
Duplicating a table structure from a database into the same database
CREATE TABLE NEW_TABLENAME SELECT * FROM OLD_TABLE WHERE 1=0;
The new table will not keep any autoincrement values or indexes
posted by Scales and Pom 10:38 AM