So I have an html pull down menu populated by database information that is specific to a registered user. This makes it so only the user can choose his/her projects and no one else's. The trick is displaying the chosen project's information from the database on the same page. So basically if the user chooses a project from the menu, I need it to display that project and only that project.
The form code:
I realize I have no action in the form, but this is where you guys come in. I understand processing a form, but I can't get it to render on the same page. Email forms were easy, registration forms were easy but just saved the info. Can anyone do a quick help idea to help me render the data on the same page?