September 21st, 2006 | Posted in My Life | No Comments
echo "Current date and time:";
echo date("l dS of F Y h:i:s A");
echo "
Your are from:
“.wp_ip2c_getCountryName(0);
echo ”
Using “.pri_browser_string($_SERVER['HTTP_USER_AGENT'], true, ‘on’);
?>
br>
p/s: Thanks to
Priyadi
If you're new here, you may want to subscribe to my RSS feed or get my latest post directly in your mailbox. Thanks for visiting !
September 21st, 2006 | Posted in Database | No Comments
What is the difference when doing a DELETE TableA instead of TRUNCATE TableA?
Raymond have better answer for this question.
For me, i always use truncate if i need to clear all the data in a tables. It is much more faster. 
September 20th, 2006 | Posted in Database, Tips & Tricks | 2 Comments
September 19th, 2006 | Posted in My Life | 1 Comment
For those programmer out there, i believed that your are familiar with this 2 words, and for those who don’t then maybe you can check it here.
[Hello World!]Â Â Â
And here is my first hello world program
begin:
print "Hello World!"
goto begin
How about you?
This is my first post, and here in my blog you are about to see a lot of spelling and also grammar error. Im sorry for that, But it doesn’t matter… we are not in English class right.
I will try to improve myself in english along the way. So, for all of you who are reading my blog, please contact and correct me if I made mistakes. I will accept all criticism and I will appreciate them all.
So, here goes……