Answered
USING SESSION
Altough im workin on PHP platform i am not PHP programmer.
Could u please help me integrating the session stuff through
Dreamweaver. Actually my website requires the following :
A registered user logins and he is directed to his account page, where he can edit his billing address, shiiping address, email, password,etc....
When he logins he has to see his account information rather than others so my problem his when he is inserting his billing address for the first time only the billing information is getting inserted not the user_id.
Tables used for storing billing address is ORDERS and for storing user email and passsword its USERS.
Table ORDERS contains a field named user_id and table USERS also contain a field name called user_id. Actuall user_id is present in USERS table and i need the corresponding user_id to get inserted into ORDERS table. Please help me with this problem.
A registered user logins and he is directed to his account page, where he can edit his billing address, shiiping address, email, password,etc....
When he logins he has to see his account information rather than others so my problem his when he is inserting his billing address for the first time only the billing information is getting inserted not the user_id.
Tables used for storing billing address is ORDERS and for storing user email and passsword its USERS.
Table ORDERS contains a field named user_id and table USERS also contain a field name called user_id. Actuall user_id is present in USERS table and i need the corresponding user_id to get inserted into ORDERS table. Please help me with this problem.
