Hi, Once a single member has logged into the member.php "Your Membership Information" page. I would like that member to be able to add up to 6 fields of information, and have this data submitted/INSERTed into some aMember data base tables. For Example: productname productid usernumber email custom1 custom2 I don't want other members to have access to the information in this members tables, just the member who submitted the information. How can I have 6 tables and multi share those 6 tables with ALL users? How do I set this up? (query by user id?) What is this, will it do the job and how does this work? So if you could point me to some code examples to help me out. PS. I am not a php programmer. I do know how to create tables in MySQL, and I know how to INSERT and $query = mysql_query the information with .php from the database tables. Regards Doobie