JavaScript Serialize Form Data
In this JavaScript serialize tutorial we have covered serializing formdata using JavaScript, it means to get all values of form fields in a URL query string format.
In this JavaScript serialize tutorial we have covered serializing formdata using JavaScript, it means to get all values of form fields in a URL query string format.
Here in this JavaScript tutorial, we will explain you different ways to submit a form onclick using id, class, name and tag of form with the help of submit() function.
PHP password generator is an integrated, working random password generation function for PHP. This blog post concerns how to generate online secure and strong random password via PHP and to mail it to anybody’s email ID when they forgot their password. Also, once the user log in to his/her account using auto-generated password, they would be asked to change their …
Sessions in PHP are used to retain values of a web page and can transfer them from one page to another. Using this property, we can create a multi page form in PHP.
jQuery mobile is a framework to develop mobile friendly web applications. It contains lot of functions to make user interaction smooth and effective.
In this example, we explains how to add jQuery mobile library to your HTML page and create a simple form using it.
In this jQuery form submit example we’ll be going to see, how to submit form programmatically via jQuery codes using form id, class, tag and name individually.
This tutorial concerns about creating a login form and validating it using jQuery. The prestored username, password are verified from database whether both exist’s or not in our database, this is done using PHP script . Here we have created a simple HTML form with two fields- Email and Password. jQuery validation is used for email and password to ensure that they are valid or not . You …
Here in this tutorial, we make you learn how to create simple registration form with proper validation using jQuery and database connectivity using PHP.
This blog post demonstrates you to create and manipulate dynamically select option field in form using jQuery.
From our previous blogs, you have learnt much more about working with CodeIgniter framework. Now, with this tutorial you can learn how to include external jQuery file in your codeIgniter framework to submit form through it.
In our previous tutorials we have explained you , how to create and validate forms in codeigniter. In this blog, we will demonstrate you to create and validate a form containing a select option field using codeigniter framework.
CodeIgniter comes with various pre-defined settings in it’s config.php file, but for form processing developer needs to manually configure some parameters.
This tutorial will demonstrate how to configure manually your CodeIgniter framework for form processing.
Sending Mail to specific email becomes a global issue for website development. Here, In this blog we will show you, how to use mail() function of PHP to send informations like, suggestions/messages to specific email address on form submission.
This tutorial explains, how to insert data into a database using CodeIgniter framework
CAPTCHA abbreviation of “Completely Automated Public Turning test to tell Computers and Human Apart” As the full form suggests, it is a kind of test which makes difference among human beings and computers for security purpose.
This blog post demonstrate you, how to implement your own simple CAPTCHA protection using PHP and AJAX technologies in forms.
In this tutorial, we will show, how to create a simple contact form using CodeIgniter framework. It includes step by step process to construct PHP applications.
In this blog post we will illustrate you about data sanitization and validation of form fields in PHP using filter_var() function.
In this tutorial, we have created a multistep form and applied Javscript functions over it.