I have two tables..
TABLE = user_details
ID(autoincrement)
username
password
address
city
zip
email
newsletter
marketing1
marketing2
TABLE = user_products
username
product_name
product_serial
product_pdate
product_dealer
I can get the registration to add the username to the 2nd table but cannot figure when I need to add product to it for this user when in the session.
also how do I display the two tables and only pull the details for that user, as user could have many records.
This is a free project for a charity website and would be great to get some help.
As I say I have managed to get a login and registration working and session's working but cannot get a join and edit section working and add new product to users list.
Regards
Edd