/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
1.) $this->load->library('user_agent'); if( $this->agent->is_browser() or $this->agent->is_robot() or $this->agent->is_mobile()): endif; 2.)