Yu sia le hau an jing.
qi se ni tou tou zai khu qi
xing fu zeng bu rong yi
zai ni de bei jing
yau wo ai ni
wo ke yi pei ni chui khan xing xing
bu yong zai tuo suo ming
wo che yau ken ni zai yi qi
wo bu xiang you zai yi ce he ni fen li
Sunday, August 5, 2007
Boring Sunday
Today is a simple and boring sunday. Today is really boring ah till i dont know what should i do even though i have many to do such as KP, metpen, study for my final Exam. But i am lazy to do them. Maybe i am bit unwell.
Now, if my bf can accompany me, it would be nice ah What a pity, he was busy moving out to his new house, so he can not accompany me till night.
Now, if my bf can accompany me, it would be nice ah What a pity, he was busy moving out to his new house, so he can not accompany me till night.
Wednesday, August 1, 2007
PHP 4 and PHP 5
PHP is a middleware language.It is used for web programming. It was invented by Rasmus Lerdolf. Nowadays, people use PHP with version 4 and 5. Generally, both of them dont have any contras differences. PHP 5 is more Object Oriented, so some people say PHP 5 is more secure than PHP4.
In PHP 5, to access variable, we need to know what type of method that we need to use. For example, we want to access variable which we fetch from form, so we use method POST. So to access a variable from form, we say that the variable's name is username, then we need to type $_POST['username'], if we want to fetch variable from address bar, we use GET method like $_GET['productID']
In PHP 5, to access variable, we need to know what type of method that we need to use. For example, we want to access variable which we fetch from form, so we use method POST. So to access a variable from form, we say that the variable's name is username, then we need to type $_POST['username'], if we want to fetch variable from address bar, we use GET method like $_GET['productID']
Subscribe to:
Posts (Atom)