Ok here is what I am facing-
I have a profile section on my site that I am constructing. The information will be sent to different tables. Everything is working great except for one thing- The header function I have is not working 🙁
It warns me that on a certain line that a header has already been sent- that line is the line of code that is an include to another file- help!
The Profile starts out with a simple choosing your username and password. After that if the information was placed in the DB, then it will redirect them to step 2. and then after step 2, same thing, then on to the final profile page.
Here is my next problem-
Since I am wanting this profile done in a three page form, how can I insure that when two users are filling out the profile at the same time that the table does not get messed up? Like the Profile_ID of user one is assigned and then user two is faster than user one, since it is set to auto-increment- user two could very possibly get the profile_id of user one by mistake. I hope i explained that well enough. Sorry about the bad explaination- could someone help me on this one?