xxxxxxxxxx
/*
|=========================================================
| how to send dynamic id form in codeigniter
|=========================================================
*/
<form method="post" action="<?= base_url() ?>/category/$category['id']">
// place your form inputs here
<button type="submit"></button>
</form>