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 | 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... |
| | pake substr($kata, 4, 5); |
| | kalo pake ini gimana . substr($kata,4,5)
cmiiw . |
| | thanks... sy coba tanpa int length ... jadi cuma substr($kata,4) :D |
| | substr($kata, -5); |
| | Coba seperti ini substr($kata,4,strlen($kata)); | | |
|
Tidak ada komentar:
Posting Komentar