Skip to content

Instantly share code, notes, and snippets.

View raessafathulalim's full-sized avatar
🏠
Working from home

Raessa Fathul Alim raessafathulalim

🏠
Working from home
View GitHub Profile
function insert_inyong(array $data) {
$_prepared = array();
foreach ($data as $col => $val)
$_prepared[$col] = $this->db->escape($val);
$this->db->query('INSERT INTO `data` (`'.implode('`,`',array_keys($_prepared)).'`) VALUES('.implode(',',array_values($_prepared)).');');
}
#####################################################################################
# INSTALL isolated PHP 7.2 ZTS (Thread-safe) with pthreads on Ubuntu 14.04 &16.04 ###
#####################################################################################
0) Possible dependencies
sudo apt-get install libxml2-dev
1) Install necessary bison version
wget http://launchpadlibrarian.net/140087283/libbison-dev_2.7.1.dfsg-1_amd64.deb