Posts Tagged ‘Password’

Extjs Form: Change Password

Friday, February 27th, 2009

In the previous tutorial: Login Extjs-Confirm Password , when a user has successfully logged in, then he will go to this page. In this page a user can change his password because there is a session id to identify its.

(more…)

Login Extjs: Confirm Password

Friday, February 27th, 2009

One way to secure our website from outside attack is to create a login form. In this section we will learn about how to make login form using extjs and php how to make a session to restrict the access . In this tutorial i will create login form have confirm password. I get inspiration from this website www.extjs.com.

(more…)

Storing Data to Database Using PHP

Wednesday, February 11th, 2009

in the tutorial previus, we have explained about how to make simple extjs form. And in this section, we will learn about how to storing data to databse fromĀ  extjs form using php. Extjs form that we will use is the Extjs form in the previous tutorial.

(more…)