Hi Dear
I wanna make a simple Website that consists of two pages; the first page will ask the user about his/her ID and Password. When the user clicks Enter in the first page, this will take him/her to the second page. In the second page, the user can edit his/her own data according to his/her login information in the database.
The problem is that more than one user can access the site and the database simultaniously. So what shall I use for this? Sessions or what?
Please, write me a simple sample of code if you can.
Thank you.
I wanna make a simple Website that consists of two pages; the first page will ask the user about his/her ID and Password. When the user clicks Enter in the first page, this will take him/her to the second page. In the second page, the user can edit his/her own data according to his/her login information in the database.
The problem is that more than one user can access the site and the database simultaniously. So what shall I use for this? Sessions or what?
Please, write me a simple sample of code if you can.
Thank you.