How to Create a Dynamic Drop Down List in PHP populated from MySQL Database

后端 未结 5 454
一个人的身影
一个人的身影 2020-12-12 07:01

I am trying to create a dynamic drop down list using PHP and mysql database. I have written the following code and its giving me the output, but the problem is that its show

5条回答
  •  再見小時候
    2020-12-12 07:21

    " . $row['selected_coloumn'] . "";
    }
    ?>
    

    In this example please select your 'coloumn_name' and 'table_name'.

提交回复
热议问题