I wish you all a very Happy Independence Day. Let us commemorate the sacrifices that led to our independence. Remember it
All posts in Latest News
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”…
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…
Top 10 Ways To Win A Blog Contest
Hi Folks, After participating in number of blog contests; I would like to share my experience with you all. So that you could also increase your chances of winning a blog contest. A blog contest is organized mainly to increase traffic. So now I start explaining the ways: Write a blog post about the contest…