Currently I have a form that submits an image with textfields such as title, description and another field that autoincrements for imageID, another area for the actual file , called vfile, and *** another part that has 3 checkboxes and a text field. Everything works fine, and this is what it does. Submits the data to a database so that it can pull the information to a page on the website. The only part I am trying to update is: The 3 checkboxes and the textfield. Lets say the first checkbox reads: Apples The second : Oranges The Third: Grapes And in the other category is a blank textfield that if you add something, it would add it to a category called "Other".
- Elma, 2 - portakal, 3 - üzüm, 4 - Diğer 1: Yani veritabanı tasarımı 4. alanları vardır.
When I click a checkbox, it would add checked to the database under the correct one, either apples, oranges, or grapes. If I add a field to the textbox such as: Bannanas, then it would add "Bannanas" to the database field vother and show that in the database.
Bu, tüm iyi, ama sonraki resim 4 öğeleri, artı başka bir tane var ne olur? Böyle sonraki resim vardı Elma, Portakal, Üzüm, Bannanas ve Erikler sanki?
How could I have the "Bannanas" other category, change into a checkbox category that could be chosen for the next pics when I go to the add images page next time. So that when I go to the second picture to submit, it would give me the option of not just 3 checkboxes, but 4 checkboxes now, that I could check the first 4, "Apples, Oranges, Grapes, Bannanas" and then put Plums in the other category.
Temelde üzerine bu diğer feild ne alır ve sonra onay kutusunu seçenek dizi görüntülenir ve bir onay kutusu olduğu için, artık Diğer Kategori kaldırılır veritabanına yeni bir kategori addes gönderin. Bitti aynı kategori yaratıyor ve muhtemelen eski verileri yeniden dururdu için (böylece, eski alanda sola değerini istemem.
Anyway, any suggestions? Thanks in advance.