Jump to content

Authentication View


saran.tvmalai

Recommended Posts

Dera All,

 

SAMPLE TABLE FIELDS AND DATAS:

 

USER PASSWORD ACCNO AMOUNT INTEREST

 

JOE JOE@123 1234 4500.00 250.00

SAM SAM123 5678 12050.00 350.00

RAM RAM987 8521 15698.00 568.00

MARY MARY786 7542 14879.00 567.00

RAJ RAJ876 8531 45622.00 1500.00

 

 

FIRST PAGE:

 

 

USER NAME  :    RAM

 

PASSWORD  :  ********

 

SUBMIT

 

 

 

SECOND PAGE:

 

 

 

ACCOUNT      NO    8521

 

 

 

THIRD PAGE:

 

 

 

HI WELCOME RAM  UR BALACE AND INTEREST IS

 

BALANCE : 15698.00

INTEREST : 568.00

 

HI AM NEW TO PHP. I need the code for above page. If the user only authenticate to view his accounts. Others not possible to view the other accounts

 

Link to comment
https://forums.phpfreaks.com/topic/212417-authentication-view/
Share on other sites

You'll need a user authentication system, or members script, there are plenty of tutorials out there for that. Just Google "PHP MySQL Member System Tutorial". Then you just need to make a dynamic page which selects user information from the database depending on the member that logged in.

Link to comment
https://forums.phpfreaks.com/topic/212417-authentication-view/#findComment-1106733
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.