Hi good day
So im VERY new to PHP(triad.. PHP, MySQL, Apache) and programming too. And im stuck on this
Please, can any1 provides me an script on this.
Three drop-down list filled up with data from three related tables. As the user selects the first , the second, and third drop-down changes accordingly.. or Any other way that gives me same results.
You know guys it badly needed in my page. Im tracking Local Government Units(LGUs) Applying for grants. Actually i have an application on this but its written in MS Access and for a change im trying to migrate to PHP (from scrath).
I have three tables in mysql namely: Region, Province, Municipality/City with attributes of the ff:
for Region
Reg Id
Reg Name
for Province
Reg Id
Prov Id
Prov Name
Prov Income
and
for Municipality
Reg Id
Prov Id
Mun Id
Mun Name
Mun Income
and one LGU Application tbl, where i insert these drop-down list(selected) with their submitted documents.
Thanks
🙂