I am a regular reader and email subscriber of Roshan. Today I got one mail with above heading and got comment link also. I found there is lots of people who try to check it with their mysql database and some became success and some are failure. Here I just add some line without changing [...]
In: JQUERY
14 Sep 2008In this section we will download and install jQuery for developing our demo application. jQuery comes as single js file. So, its very easy to download and install jQuery in any web application. You can even add it to your existing application and use jQuery functions. Due to this simplicity programmers are using jQuery for [...]
In: PHP
7 Sep 2008Email is the most popular Internet service today. A plenty of emails are sent and delivered each day. The goal of this tutorial is to demonstrate how to generate and send emails in PHP.
So, you want to send automated email messages from your PHP application. This can be in direct response to a user’s action, [...]
In: PHP
2 Sep 2008A good way to avoid automatic form submissions when creating a web form is to add some kind of verification. One of the best ways is to use an image verification, called also captcha. What it does is to dynamically create an image with a random string displayed on it. Then visitor is asked to [...]
