I have created several tables and I am having the user login and then complete a form.
I have a table for the login, then one for his name address etc, and then one for emergency information.
If he has more than one emergency contact, I have set this up as a repeating region using Dreamweaver CS4.
I have used Dreamweaver CS4 to create the login page and the codes required at the top of the pages that you want the user to have access to. On these pages, I need for the userId to be the same, so later on in output, I can pull up all the information that this user entered.
My problem is that I can not get the same number to appear in the UserId for each table.
I don't know where to begin to solve this problem. I have tried several things on different forums, and when I copy and paste any PHP code into dreamweaver, it acts like it doesn't even see the code. I may be putting it in the wrong area, I am not sure.
I have tried putting different codes at the beginning of a form, at the end of the form before you enter submit, and evern after the form. I have put it at the top of the page were all the php code is, and I still can not get any code to work.
Can someone lead me in the right direction as what to do to solve this problem? Do you have a code that you know works?