JavaScript Change Form Action Dynamically
Form action can be changed dynamically using Javascript .action() method. This tutorial will guide you to change form action via select option field in just one click.
Form action can be changed dynamically using Javascript .action() method. This tutorial will guide you to change form action via select option field in just one click.
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.
In this tutorial, our concern is to get values of multiple checked checkboxes using PHP.
Session variables are used to store individual client’s information on web server for later use, as web server does not know which client’s request to be respond because, HTTP address does not maintained state.
This tutorial enables you to create sessions in PHP via Login form and web server respond according to his/her request.
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 …
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.
This post will explain you how second select field gets triggered based on selected option from first one using jQuery Select Change event. Lets see how it work.
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.
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.
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.
This blog Post concerns about File uploading functionality using PHP in forms. Just click on live demo or follow our codes to use it.
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.
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.
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.
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.