Javascript : Auto Submit Form Example
Here we bring this example, which demonstrates how to auto submit a form after a given interval of time, on load event of JavaScript.
Here we bring this example, which demonstrates how to auto submit a form after a given interval of time, on load event of JavaScript.
While dealing with the forms, information can be submitted and transferred to same or another page. To send submitted data through form, one can use GET & POST method to do that in PHP. A form data can be submitted using these two methods. Both are used for same purpose but stands apart under some …
This blog emphasize to JavaScript onsubmit event in which a function is called when form is submitted to validate the fields and if true value is returned form gets submitted.
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.
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.
This tutorial concerned on getting value of radio button and multiple values of select option field using PHP.
jQuery has a collection of various user interface interactions, effects and animation in its library. Dialog Box is one of them to interact with user.
It consists of a button, some contents or message for user. It may be a draggable window which appears on screen when any event is triggered.
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.
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.
In our previous codeIgniter tutorials, we explained you, how to perform insertion and deletion operation on database using CodeIgniter. Now, this tutorial demonstrates you, how to perform Updation operation on database using CodeIgniter framework.
In our previous blog we have explained you to create and implement your own simple captcha using PHP, jQuery and AJAX in your forms.
This blog focuses on how to use captcha library offered by google in your forms.
Through our previous post, you have learnt to insert data in database using codeIgniter framework.
In this tutorial we explain you how to delete data from database using codeIgniter framework.
In our previous, tutorial we explained how to create form using codeIgniter framework. Now, we will explain you to validate various form fields using codeIgniter framework.
If developer need to use their code on submit button without it performs submission, which is it’s default function.He/She can follow our codes to do so.
Here in this blog post we bring our programming approach to prevent or stop a user from submitting a form.
In this tutorial, we have created a multistep form and applied Javscript functions over it.
PHP is a server side scripting language and it also allows redirecting to another page, this blog post explains you how it can be done using PHP after form submission.
We have created an HTML form with four fields and a submit button, user have to fill all fields and click on submit button, as he clicks the button PHP scripts will executes.
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.