saran.tvmalai Posted September 3, 2010 Share Posted September 3, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/212417-authentication-view/ Share on other sites More sharing options...
trq Posted September 3, 2010 Share Posted September 3, 2010 We are not here to write code for people. Where exactly are you stuck? Quote Link to comment https://forums.phpfreaks.com/topic/212417-authentication-view/#findComment-1106732 Share on other sites More sharing options...
JasonLewis Posted September 3, 2010 Share Posted September 3, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/212417-authentication-view/#findComment-1106733 Share on other sites More sharing options...
saran.tvmalai Posted September 3, 2010 Author Share Posted September 3, 2010 ya i need members script Quote Link to comment https://forums.phpfreaks.com/topic/212417-authentication-view/#findComment-1106735 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.