$url = ‘http://smsgateways.com/api/sendmsg.php?’ . http_build_query([ ‘user’ => ”, ‘pass’ => ”, ‘sender’ => ”, ‘phone’ => ”, ‘text’ => ”, ‘priority’ => ‘ndnd’, ‘stype’ => ‘normal’ ]); $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch);
Export Database using codeigniter
Database Utility Class : CodeIgniter PHP script to download mysql db-codeigniter,Backup MySQL database with CodeIgniter public function dbexport() { $this->load->dbutil(); $prefs = array( ‘format’ => ‘zip’, ‘filename’ => ‘my_db_backup.sql’ ); $backup =& $this->dbutil->backup($prefs); $db_name = ‘backup-on-‘. date(“Y-m-d-H-i-s”) .’.zip’; $save = ‘public/uploads/’.$db_name; $this->load->helper(‘file’); write_file($save, $backup); $this->load->helper(‘download’); force_download($db_name, $backup); }
What is SMO(social media optimization)?
Social media optimization Social media optimization (SMO) is the utilization of various Social media Tools/websites or groups to create reputation to expand the attention to a product/website, service brand or events.
Most Incredible Places To Visit In India
India is the world’s seventh-biggest nation extending from the high piles of the Himalayas to the tropical greenery of Kerala, and from the hallowed Ganges to the sands of the Thar desert. Its more than one billion occupants are separated into two thousand ethnic gatherings and talk more than 200 distinct dialects. Accommodate its size…
Temporarily Disable Mcafee virus protection
Disable Buffer Overflow Protection: Open the VirusScan console. Double-click Buffer Overflow Protection. Deselect Enable Buffer Overflow Protection. Click OK and close the VirusScan console. Try to recreate your issue. Disable Access Protection: Open the VirusScan console. Double-click Access Protection. Deselect Enable Access Protection. Click OK and close the VirusScan console. Try to recreate your issue….