Are you fond of playing online game? If so, then I might have the right thing for you. Basically, I too got a little interest in this game when I was asked to review their service. ZombieDobby is basically a browser based game for net savvies. You install the ZombieDobby Toolbar on your Firefox and you are a part of the zombie world… Keep on surfing the net to increase your score. When you start you get 10 Health. As you surf you...
Read MoreSingle index.php PHP script to load different page using URL Variable
You should have many links like http://www.domain.com/index.php?page=home OR http://www.domain.com/index.php?page=about where different pages are shown from a single script. [In this case index.php is the script]. Now the question is how to make such kind of system… Basically, what we can do is, use PHP GET method to pass variable URL to the server and response different pages accordingly. Have a look at the online demo… If, you think...
Read MoreShorten Paragraph or String without broken/incomplete word using PHP up to a maximum character length
Ever wondered how to shorten a paragraph or string using PHP without broken words? There is a function in PHP substr() which cops a string upto a character length. But the problem is, that it leaves incomplete words after shortening. Say you have a paragraph: The famous astrophysicist, speaking in a new documentary, said spaceships could one day be capable of such high speeds that time slowed down for those on board. According to the Times...
Read MoreGet Parent directory of Current URL using PHP dirname function
Suppose you are at a URL http://yoursite.domain/dir1/subdir2/subdir/file.php and want to get the 1st level Parent directory of this URL. Evidently, the URL of the parent Directory will be http://yoursite.domain/dir1/subdir2/subdir but the question is how to generate it automatically using PHP. The answer is using PHP function dirname(). Using this, you can easily get any level of parent directories of the current URL. Before you check the...
Read MoreStephen Hawking shocks the world :Time travel will happen
The famous astrophysicist, speaking in a new documentary, said spaceships could one day be capable of such high speeds that time slowed down for those on board. According to the Times of London, Hawking has made a new documentary, "Stephen Hawking’s Universe," for the Discovery Channel, which is scheduled to be broadcast in May. In this film, which took three years to make, Hawking offers his view of what really might be...
Read MoreCreate Login Admin & Logout Page in PHP w/ SESSION n MySQL
This post has been outdated. Please check the new one here where we have discussed how to create the system using session and cookie with remember me option. In this tutorial we shall see, how to create a basic Login System in PHP using SESSION. We shall discuss, a fully secured login system with MySQL connectivity along with an Online Demo. The login system will redirect access to the admin file if not logged in! It will also show...
Read More


Social Networking!