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…
All posts in php
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”…
Site Checker & Contact Me : New Tools on my Site
Hi Folks, Recently I have added two new tools on my website shubhamoy.com. So let me introduce both the tools to you: Site Checker This is a very effective tool. It allows the user to check a particular website for malware stored or distributed by it. So next time you find a suspicious website; just…
Fix PEAR Installation on WAMP Server
Hi Folks, Few weeks later I faced a great trouble while installing PEAR on WAMP Server. The Problem: The PEAR path is wrongly set to C:php5pear automatically than its original path. The Solution: Edit every php.ini file, change INCLUDE_PATH to your path where WAMP Server is installed(e.g. C:WAMPbinphpphp5includes). Now run go-pear.bat, and follow all the…
Multiple Web Search
Hi Friends, Today I introduced a Multiple Web Search in my Website. It’s really amazing and very helpful as you enter a single query, you get results from three search engines at a time. How to use: Enter a keyword in the text area. And click Submit. You will obtain results from three search engines,…