Archive for November 30, 2009

A fan letter for 2PM’s Taecyeon is receiving an enormously high amount of attention. You might wondering why – how bad could a mere fan letter possibly be, right? After all, fan letters are nothing but a bunch of written messages about how much someone adores an object of his/her affections… Well, think again. This [...]

CREATE MySQL How to create a database and tables at MySQL? The CREATE DATABASE statement is used to create a database in MySQL. Syntax CREATE DATABASE database_name   To learn more about SQL, please visit our SQL tutorial. To get PHP to execute the statement above we must use the mysql_query() function. This function is [...]