Email Verification in PHP for Registered User
This blog post concerns you about “Email Verification” and explains you how it is done using php. The code will validate the user email id if it is an registered user.
This blog post concerns you about “Email Verification” and explains you how it is done using php. The code will validate the user email id if it is an registered user.
Checkbox Plays a key role in forms. Sometimes there is a need to select or Check/Uncheck all options (ex. email inbox) then, how it happens and what technique is used to do this?
This blog post answers the above question.
This blog post explains and provide you different CSS Styles for checkbox and radio button .
Here, are the following types, you just copy our code or download it to implement in your forms.
Our earlier blog post already explained about form submission without page refresh, but it was done by using ajax, PHP and jQuery.
Now you will learn same functionality using ajax, PHP and Javascript through this blog post . Just follow our post or download it to use.
AJAX (Asynchronous JavaScript and XML) is the art of exchanging data with a server, and updating parts of a web page – without reloading the whole page.
we have already post a blog which explains about submitting form without page refresh, but it was done by using PHP and jQuery. Now we will show how you can do the same with ajax and PHP.
Now a days multi-step form become more popular than regular forms, as it is more convenient and provides step by step procedure to follow by user. therefore, this blog post brings creation of multi step form using jquery and CSS3 .
In this tutorial we have illustrated how to delete data from database in php using MySql delete query,that enables to remove your existing data from database.
Here we will be going see how to use select query of MySQl to fetch data from database using PHP.
In this blog post we will show how you can update stored information in database using PHP. It requires a database in MySQL and PHP code with update query.
In this blog post , we will tell you to style your HTML drop down field.
We have created simple form with id=”myform” and add drop down field into it.
You can disable autocomplete in form input fields using jQuery with this one line .attr(‘autocomplete’, ‘off’). That will prevent to show previous form entries.
jQuery provides a validation plugin or library to validate your form, all you have to do is just import it in your script and use it in a simple way. But, here we will show you a simple programming approach to validate your form using jQuery without importing jQuery validation library or plugin. Below example …
Validation is very important aspects in data submission.
We have already explain about form validation using javascript and jQuery, but this time we will show you how to validate your form using PHP.
Cascading Style Sheets level 3 allow us to design various HTML elements in elegant fashion, submit button is one of them.
This blog helps you to design stylish button using CSS-3.
Php is a server side scripting language it allows to store data in database at server level. In this post i will show you how this can be done.
For this, I have created HTML form, method is set to post to hide values in URL which flows on form submission.
If you want to Submit your form on pressing Enter key using jQuery here we explain it.
Without Submit button it is possible to submit form on pressing enter key, here we do this using jQuery.
If you wish to submit textarea data on enter key then using jQuery it can done. Here in this post we have covered the same topic that can be applied in other form fields too.
If you want to reset your form fields go with this one line JavaScript code.
Some times it becomes very important to reset your form fields, here we explain how it can be done in simple way.