Please how can I populate combo box based on input value from textbox using HTML/PHP
E.g. *if textbox value equals "a" then combo box value equals (a,b,c,d) else if textbox value equals "b" then combo box value equals (e,f,g,h)
any help is highly welcome
phphas nothing to do with this because it's a server side programming language. you may want to read programmers.stackexchange.com/a/171210/35031