Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

codeigniter 4 delete redirect with data

//display the " ->with() in front-end
 <?php if(session()->get('success')): ?>
    <div class="alert alert-success" role="alert">
         <?= session()->get('success') ?>
    </div>
<?php endif; ?>
 
PREVIOUS NEXT
Tagged: #codeigniter #delete #redirect #data
ADD COMMENT
Topic
Name
9+6 =