views/edit_view File in CodeIgniter 3
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0, shrink-to-fit=no" > < meta http-equiv = "X-UA-Compatible" content = "ie-edge" > < title > Edit View </ title > < link rel = "stylesheet" type = "text/css" href = " <?php echo base_url (); ? > assets/css/bootstrap.min.css" > </ head > < body > < div class = "jumbotron" > < h1 align = "center" > CRUD CI APP </ h1 > </ div > < div class = "container" > < h1 align = "center" > Edit Product </ h1 > < form action = " <?php echo base_url (); ? > Crud/update/ <?php echo $singleProduct -> id ; ? > "...