hey guys!🙂
im new here and new in php. Im using adobe dreamweaver and phpmyadmin. So if anyone can help me through this problem, i really appreciate it.
So this is my problem. I already make a drop down selection in my form and connected to my database which is MyphpAdmin.
All data are viewed. The problem is i want to make when i click on one of data in the drop down menu,then on the other field,
will generate other data from same table but different column. For example,i have a
database name = "Test"
table ="Select"
column 1 = "id"
column 2 = "name"
column 3 = "address"
so in the select menu, there will be all "id", then above the select menu, there will be field for "name" and "address". So i want when i click on any "id" in the select menu, then on the "name" and "address" field, there will generate what data that link on that "id".
I really hope someone expert in this matter may help me. 😀
im new here and new in php. Im using adobe dreamweaver and phpmyadmin. So if anyone can help me through this problem, i really appreciate it.
So this is my problem. I already make a drop down selection in my form and connected to my database which is MyphpAdmin.
All data are viewed. The problem is i want to make when i click on one of data in the drop down menu,then on the other field,
will generate other data from same table but different column. For example,i have a
database name = "Test"
table ="Select"
column 1 = "id"
column 2 = "name"
column 3 = "address"
so in the select menu, there will be all "id", then above the select menu, there will be field for "name" and "address". So i want when i click on any "id" in the select menu, then on the "name" and "address" field, there will generate what data that link on that "id".
I really hope someone expert in this matter may help me. 😀