Advertisement
freddy0512

test

Sep 15th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $status=$this->input->post('sli_status');
  2. if ($status=='active')
  3. {
  4. $q = $this->db->select('sli_status')
  5. ->from('slide')
  6. ->where(array('sli_status' => 'active'))->get();
  7. if($q->num_rows() == 0)
  8. {
  9.  
  10. //insert bro
  11.  
  12.  
  13. }
  14. else
  15. {
  16. echo "<script> alert ('Sorry data dengan class utama sudah ada'); window.history.back();</script>";
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement