Create Simple Registration Form Using jQuery
Here in this tutorial, we make you learn how to create simple registration form with proper validation using jQuery and database connectivity using PHP.
Here in this tutorial, we make you learn how to create simple registration form with proper validation using jQuery and database connectivity using PHP.
Contact form comes on first priority for any organisation as this may led to establish one to one communication with their customers.
Here in this tutorial, we make you learn how to create simple contact form and applying validation over it using jQuery and PHP.
Here we have used jQuery codes on select option field to get it’s selected option value, and to perform various operations like display value, reset field.
This blog post will guide you how to apply jQuery datepicker in your form with different date formats. All this can be possible just by including jQuery UI to your HTML form.
If you want to disable sub-options in a form through radio button then this tutorial will guide you, how to do it using jQuery.
This blog post demonstrates you to create and manipulate dynamically select option field in form using jQuery.
In this blog post we will explain you how to reset form fields with a single line jQuery code using jQuery reset() function.
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.
This tutorial demonstrate you to add progress bar functionality on form submission.
Here, we have created an HTML form with four fields and a submit button. User fills the form and as he/she clicks on submit button a progress bar will display for a moment.
In this blog we focused on Multiple Image uploading functionality using PHP and jQuery in forms.
There is an Add More Files button which allows user to dynamically create above input tag, type=” file” Just click on live demo or follow our codes to use it.
This blog post concern’s about dynamically changing form action and submit the form data on required action (web page).
Some times there is a need to submit form data to different pages, for this, we must dynamically change form action=” ” .
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.
This tutorial explains, how to insert data into a 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.
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.