Minggu, 01 September 2013

PHP Indonesia - Facebook: numpang nanya untuk fungsi string... contoh ada va...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Design-Led Engineering

Sourcebits - When your Mobile App has to be absolutely developed right. We've built more than 20 apps that have cracked the Top 10 in the App Store.
From our sponsors
numpang nanya untuk fungsi string... contoh ada va...
Sep 2nd 2013, 02:16, by IcHal SiLencer

IcHal SiLencer 2:16am Sep 2
numpang nanya untuk fungsi string...
contoh ada variabel :
$kata = "Indonesia";
sy mw cetak variabel tersebut tapi sy tdk mau ambil 4 karakter pertama, jadi ketika di cetak hasilnya cuma: "nesia"
bgmn fungsi stringnya?
makasih sblumnya...

Isman Subarkah 2:19am Sep 2
pake substr($kata, 4, 5);

Ata Saxalorman 2:19am Sep 2
kalo pake ini gimana .
substr($kata,4,5)

cmiiw .

IcHal SiLencer 2:24am Sep 2
thanks...
sy coba tanpa int length ... jadi cuma substr($kata,4) :D

Robbyn Rahmandaru 2:32am Sep 2
substr($kata, -5);

Anshari Abdul 2:52am Sep 2
Coba seperti ini substr($kata,4,strlen($kata));

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar