PHP Archive

In this tutorial we are going to see how to check user name and email availability using PHP, jQuery and Ajax. This task is easily done with the help of jQuery validation plugin remote() method. When user enters their name or email in the textbox, remote() method of jQuery
Everyone likes to make some hello world application, here is that type application you can make it youself. I am going to make Quiz application using PHP, MySQL, HTML5, jQuery, Ajax and CSS3. Just follow this tutorial to make it this appliaction youself. At the end of this tutorial
In this tutorial we are going to see autocomplete using jQuery, Ajax,PHP and MySQL.   Follow each steps carefully to create this autocomplete function by yourself. Step 1: create this below table using the below query. [crayon-519e14d504f1c/] Step 2: Create index.php file and add the following html codes to
In this tutorial we are going to see how to send an E-Mail with attachment using jQuery, Ajax and PHP without refreshing a page.   Step 1: Create index.php file and add the following html code to design html email form. [crayon-519e14d50ea34/]   Step 2: Create style.css file and
This Multi Stage HTML5 Form Using jQuery and CSS3 PART 2 continuation of previous tutorial, before continuing this have a look at my previous tutorial on  Multi Stage HTML5 Form Using jQuery and CSS3. In this tutorial we are going to see how to use jQuery validation plugin in the Multi
When user comes to your site and filling form, they need scroll down the site for each every information they are going to fill. This seems to be unfriendly user interaction and greatly reduces the user interest. This Multi-Stage HTML 5 form avoids unnecessary scroll down when user enters their information. This Form greatly
I had searched in Google for long time for the script to send an email with file attachment (all types of file pdf files,word files and images etc……). It was hard thing to find out exact script. Here I had source code as well steps to implement email form attachment.