Hello all,
As part of my website I'm making a profile page. When a user signs up, they put lots of information about themselves into a database, they can then edit it at a later time. SO the profile page needs to show the current infomation, and be able to be edited.
What i was thinking was, if I have a form, I can get the value for each bit of the form from the database, then display it. But that doesn't work, as it won't let me combine php with my table. Any other ideas?
I also need to redirect the user to a different page based on some conditions. Is there a redirect method in php?
thanks!