Testing phpexec Plugin

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’);
?>

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 !

Truncate or Delete ?

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. ;)

How to Setup Your Web Development Server in 7 Minutes

apache_pb.gifphp.gif mysql.png

Update : It’s seems that Xampp is better !

Am i so sure it could be done in just 7 minutes ? 

Read the rest of this entry »

Hello World

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……


AWSOM Powered