qrCode Reader
http://qr2.sunarto.web.id
Welcome to qrCode Reader
upload your image files qrCode in jpg format, then click the process qrcode read.
easy, simple and free
the system will display the results of view qrcode
berusaha untuk berbagi
Minggu, 02 Oktober 2016 Sunarto 0
http://qr2.sunarto.web.id
split string di php menggunakan perintah SPLIT
berikut contohnya
$vNamaFile = "sby;jkt;bandung"
$namaFile = split ("\;", $vNamaFile);
cara menampilkan nya
foreach( $namaFile as $key => $value)
{
$aa="$value";
echo $aa;
}