Linking database tables
hello,
i'll first explain trying create. webmaster off-road club , trying make log in system members can log in , sign events. have created login system account creation system. now, want after user logs in , wants sign event, have specify how many other people attending them. have done using form , drop down menu. problem want information provided user when signed account along number of people attending user added event roster. have tried using invisible form elements submitted along number of other attendees. add information ends adding information first row of database table contains user information. information not correct since there more 1 user. trying link table table event roster information correct information goes specific user. hope not confusing. appreciated. using php. knew php , have been using wizards contained in dreamweaver.
thanks
kyle
i'll first explain trying create. webmaster off-road club , trying make log in system members can log in , sign events. have created login system account creation system. now, want after user logs in , wants sign event, have specify how many other people attending them. have done using form , drop down menu. problem want information provided user when signed account along number of people attending user added event roster. have tried using invisible form elements submitted along number of other attendees. add information ends adding information first row of database table contains user information. information not correct since there more 1 user. trying link table table event roster information correct information goes specific user. hope not confusing. appreciated. using php. knew php , have been using wizards contained in dreamweaver.
thanks
kyle
it sound need correct record user userinfo table, if users have login password use login name session variable filter recordset has original info, put info recordset hidden form fields, should have unique user names should correct recordset.
if have info in 2 different tables assign userid number when create account (autonumber works good), insert userid login table when create login name , password (form variable or session variable) dreamweaver makes easy create session variables, if making login names unique( find php script checks db when make password, login name) use session variable username.
in dw8 asp username session variable mm_username. in code , see (login page or password protected page should @ beginning of code. username session variable carried pages , can use put "username logged in" on pages. have used session variable make instant messaging , file/picture sharing system log in, dreamweaver , couple session variables.
check out http://www.gohbcc.com/callcenter/login.asp
i have seen pictures of wheeling in arizona, have done rubicon in truck 5 or 6 times, , arizona looks fun!
rock on!
if have info in 2 different tables assign userid number when create account (autonumber works good), insert userid login table when create login name , password (form variable or session variable) dreamweaver makes easy create session variables, if making login names unique( find php script checks db when make password, login name) use session variable username.
in dw8 asp username session variable mm_username. in code , see (login page or password protected page should @ beginning of code. username session variable carried pages , can use put "username logged in" on pages. have used session variable make instant messaging , file/picture sharing system log in, dreamweaver , couple session variables.
check out http://www.gohbcc.com/callcenter/login.asp
i have seen pictures of wheeling in arizona, have done rubicon in truck 5 or 6 times, , arizona looks fun!
rock on!
More discussions in Dynamic HTML General Discussion (read only)
adobe
Comments
Post a Comment