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.
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.
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.
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.
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.
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.
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.
In this blog post we provide you 5 different form styles, created in HTML/CSS3. Just follow our codes or download it to use in your form styles.
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.