Tuesday, August 9, 2016 PHP CODE EXAMPLE FOR IMPORTING CSV FILES STEP 1: create table myrecord (id int primary key auto_increment, name varchar(200), city varchar(200) ); STEP 2 :now write code for...
Wednesday, August 3, 2016 Tutorial Laptop Mengapa Laptop Tidak Bisa Connect Ke Wifi ? [SOLVED] mylaptopmati.com - Ini sebuah pengalaman pribadi saya tentang laptop tidak bisa connect ke Wifi, padahal device lainnya bisa. Mungkin klo a...
Tuesday, August 2, 2016 PhpToExcel EXPORT CODING EXAMPLE (1)write code for connection.php file: <?php $hostname = "localhost"; $username = "root...
Monday, August 1, 2016 xampp installation on Linux system (Ubuntu) (1)step 1: download xampp setup from url="https://www.apachefriends.org/download.html" (2)step 2: jafar@ubuntu-business:~$ sudo...