Strong PHP Password Generator Script

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 …

Create Login Form Using jQuery

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 …

CodeIgniter Update Data In Database

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.

Insert Data in Database Using PHP

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.