Archive for November, 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 [...]

PHP MYSQL INTRODUCTION What Is MySQL?? MySQL is a database. The data in MySQL is stored in database objects called tables. A table is a collections of related data entries and it consists of columns and rows. Databases are useful when storing information categorically. A company may have a database with the following tables: “Employees”, [...]

  2PM’s CF with Kim Tae Hee is out and where are they taking the beautiful actress? To Paris Baguette of course! Because everyone celebrates their Christmas at a bakery… Yeah well, if it’s with Kim Tae Hee, I’d be spending my Christmas there too. And 2PM too! source : allkpop.com

PHP SECURE EMAIL PHP E-MAIL INJECTIONS First, look at the PHP code from the previous chapter: <html> <body> <?php if (isset($_REQUEST['email'])) //if “email” is filled out, send email { //send email $email = $_REQUEST['email'] ; $subject = $_REQUEST['subject'] ; $message = $_REQUEST['message'] ; mail(“someone@example.com”, “Subject: $subject”, $message, “From: $email” ); echo “Thank you for using [...]

PHP COOKIES   what is a COOKIE? A cookie is often used to identify a user. A cookie is a small file that the server embeds on the user’s computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP, you can both create and retrieve [...]

HOW TO UPLOAD FILES??   Look at the following HTML form for uploading files: (create upload script) <?php if ($_FILES["file"]["error"] > 0) { echo “Error: ” . $_FILES["file"]["error"] . “<br />”; } else { echo “Upload: ” . $_FILES["file"]["name"] . “<br />”; echo “Type: ” . $_FILES["file"]["type"] . “<br />”; echo “Size: ” . ($_FILES["file"]["size"] [...]

LEETEUK’s SAD LOVE sTORY

Posted: November 25, 2009 in K-Pop, news, super junior

On this week’s episode of Strong Heart, the guest-starring celebrities shared a few love stories and some heartbreaking tales. Super Junior’s Leeteuk shared some of this as well. He started, “My love story… That reminds me of a time, around 3 years ago, when I was really heartbroken. After I debuted, I needed to be [...]

SHINee steal Noona’s Heart

Posted: November 24, 2009 in K-Pop, SHINee

Shinee (샤이니, stylized as SHINee) is a contemporary R&B South Korean boy band.Formed by SM Entertainment in 2008, they made their debut on May 25, 2008 on SBS‘s Popular Songs with their promotional single, “Nunan Neomu Yeppeo (Replay)” (“누난 너무 예뻐 (Replay)”, lit. “Older Sister, You’re So Pretty”). The group consists of Onew, Jonghyun, Key, [...]

DBSK a.k.a TVXQ-Gods from East

Posted: November 23, 2009 in DBSK, K-Pop

TVXQ (often stylized TVXQ! or TVfXQ), an acronym for Tong Vfang Xien Qi(東方神起), is a South Korean boy band quintet formed under SM Entertainment in 2003. In South Korea they are known as Dong Bang Shin Gi (동방신기); they were later introduced in Japan as Tohoshinki (東方神起, Tōhōshinki?) under the Avex sub-label Rhythm Zone in [...]