First of all I would like to thank all my readers for their huge response on my last article on “Google Plus Invitation Trick”. Google Plus is really an awesome social networking platform. After using it for some time, I am very satisfied with its uncluttered design and rich UI. The most appealing feature is…
All posts in PHP Widgets
Shubhamoy’s Link Shortener
Hi Folks :), I’ve a good news to share with you: After a long time, I’ve created an online tool. It is a simple link shortener named Shubhamoy’s Link Shortener. Demo | Download It is AJAX based & uses a bit of CSS3 in its design. I’ve tried to give it a simple look. All…
Encrypt and Decrypt Strings With MD5()
Hi Folks, I present you an online tool to encrypt and decrypt strings using MD5 function of PHP. MD5 aka Message-Digest algorithm 5 is a widely used cryptographic hash function with a 128-bit hash value. MD5 hash is typically expressed as a 32 digit hexadecimal number. Read more about MD5 @ Wikipedia. Don’t forget to…
How To Create A Random Message Generator Using PHP
Objective: User gets a new message every time; he refreshes the page. Requirements: Adobe Dreamweaver or any Open Source Editor like Amaya, Aptana Studio etc. Code: <?php $thoughts = “WORK IS WORSHIP AS YOU SOW, SO YOU REAP BARKING DOG SELDOM BITE KNOWLEDGE IS POWER SHOOT FOR THE MOON, YOU WILL REACH THE STARS AN…
How To Create Simple PHP Widgets
Objective: Creating a simple PHP Widget, which will allow the user to reach the result page of Google! from your site. Requirement: Adobe Dreamweaver or any Open Source Editor like Aptana Studio, Amaya, etc. Creating the form(index.htm): <form action=“google.php” method=“get” name=“query_form”> <input id=“search” onclick=‘value=”” ‘ name=“search” type=“text” value=“Enter the search term” /> <input id=“submit” name=“submit”…