Catat_tampil 21.35 Add Comment Edit jquery.each dan extend $.each 1 2 3 $.each([ 52 , 97 ], function ( index, value ) { alert( index + ": " + value ); }); ... Read More
Catat_tampil 12.27 Add Comment Edit bacaan aja lah :) http://www.skripku.com/2016/03/cara-mengubah-nama-domain-localhost.html http://heruprambadi.com/2016/03/27/membuat-chart-dengan-codeignite... Read More
Catat_tampil 02.17 Add Comment Edit foreach array inputan <!DOCTYPE html> <html> <body> <form action="index.php" method="post"> Banyak Input:<br... Read More
Catat_tampil 00.19 Add Comment Edit input foreach sesuai jumlah silahkan dicoba !!!! <!DOCTYPE html> <html> <body> <form action="index.php" method="post">... Read More
Catat_tampil 21.46 Add Comment Edit form dinamis http://harviacode.com/2015/05/10/membuat-form-yang-dinamis/ == input text dinamis http://www.academia.edu/6512500/Cara_Menambahkan_Textfie... Read More
Catat_tampil 09.18 Add Comment Edit verify email sumber :: http://www.technicalkeeda.com/php-codeigniter/verify-email-address-using-php-codeigniter Read More
Catat_tampil 09.17 Add Comment Edit private-public-protected oop php sumber http://www.duniailkom.com/tutorial-belajar-oop-php-pengertian-enkapsulasi-objek-public-protected-dan-private/ Read More
Catat_tampil 12.55 Add Comment Edit belajar foreach beragam <?php $arr = array( "one" , "two" , "three" ); reset ( $arr ); while (list(, $value ) = each ( $arr ))... Read More
Catat_tampil 12.29 Add Comment Edit simple codeigniter ajax Json encode cuy simple banget y, tapi untuk belajar cool ajah, silah dicoba y ada eror alertnya cuyyy ,,.. cekidot y di controller write this below ===... Read More
Catat_tampil 09.23 Add Comment Edit koneksi dua or multiple database codeigniter database.php : $db [ 'default' ][ 'hostname' ] = "192.168.2.104" ; $db [ 'default' ][ 'username... Read More