Kaimonokago delete


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. if($list['status']=='inactive') {
  2. echo " | ";
  3. echo anchor("kaimonokago/admin/delete/$module/".$list['centre_id'],'delete',array("onclick"=>"return confirmSubmit('".$list['centre_name']."')"));
  4.  
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.