Hello. I'm fairly new to mysql/php programming... so I'm not sure how to even start with what I want to accomplish.
Basically... I want to create a page that would allow users to upload "digital notes" based on subject. The user would select a "subject" to accompany the note. In addition to uploading the note, the submission would add the subject to a subject database. If the subject already exists, the user could have selected it from a drop down <select> menu instead.
Is it possible to populate a <select> field in a form with mysql data? And if so how?
I know SELECT * FROM đŸ˜ƒATABASENAME: WHERE ectect. can get mysql data, but was unsure if you could design a while statement to populate <select> fields with mysql data.
Any advice you can give me would be great.