ChurpChurp
Find one that got you laughing out loud or one that touched your heart? It's only natural for us social media addicts to be sharing these content with our friends so go ahead and spread those viral-worthy stories you discover on Churp Churp through your social media platforms Like these posts with the Facebook button or share it with your friends via Twitter.
Increase YOur Broadband Signal
Get your fastest growing Broadband to run even faster! Boost your Globe Tattoo Stick’s Internet speed with this quick and easy guide. The simple steps will make your Globe Tattoo Broadband look for a faster and stronger 3G connection, so you can enjoy surfing to the max.
Cpoxy Tricks
Cproxy reupdate by changing the UDPport53 to UDPport137 because UDPport53 is block By Internet Service Provider! Yup that's true, udpPort53 is block by globe telecom.
November 7, 2011
October 28, 2011
How to Include a .js file in PHP
Instructions:
1. Insert your JS file in the form of an external file. Name your JS file "validation.js" and add it to your PHP page with the code below:
- Create your PHP code to make an external JS file if you plan to utilize PHP to personalize your JavaScript and you desire to use it on more than one page. Handle the JS file in the same manner as you would text. For instance, create a PHP file labeled "myjavascript.php" that creates an external JS file, using the code below:$name = $_GET["name"] ;?>function welcomeUser () {var user_id = ;alert("Welcome " + name + "!") ;}


