Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
みなさん、こんにちはmysql。php を使用してグリッド内のテーブルのデータを表示しています。drop down i.e selectユーザーが行の値を選択すると、現在の行のmysqlテーブルのデータが自動的に更新されるように、列に追加したいですか?
mysql
drop down i.e select
<script> function updatedab(value) { $.ajax({ type: "POST", data: {db: value}, url: 'update_db.php', success: function(details){ alert("done"); } }); } </script>