View User File in CodeIgniter 3 in PHP
<! DOCTYPE html > < html lang = "en" > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < link rel = "stylesheet" type = "text/css" href = " <?php echo base_url () . "assets/css/bootstrap.min" ; ? > " > < title > Crud Application - View Users </ title > < body > < div class = "navbar navbar-dark bg-dark" > < div class = "container" > < a href = "#" class = "navbar-brand" > CRUD APPLICATION </ a > </ div > </ div > < div class = "container" style = " padding-top: 10px;" > < div class = "row" > < div class = "col-md-12" > <?php ...