can’t submit multiple onChange AJAX request

after i check again, i think i made some mistake in here, i replace this

if(isset($_POST["tahun"]) && !empty($_POST["tahun"])){

with this

if(isset($_POST["provinsi"]) && !empty($_POST["tahun"])){

Leave a Comment