Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
SinggahDapur SinggahDapur is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 348
Rep Power: 14
SinggahDapur mempunyai hidup yang Normal
Default [ask] PHP array looping jumlah substr_count

$konten = isi dari postingan

di dalam postingan ada
Code:

string [php]

nah pengennya kalo di dalam postingan ada
Code:

string [php]

maka akan dibuat highlight (biar postingan bisa berwarna).


HTML Code:

$awal = explode ('[php]',$konten);
$akhir = explode ('[/php]',$awal[1]);
echo "$awal[0]";
highlight_string($akhir[0]);
echo "$akhir[1]";

dengan script diatas sudah bisa jika jumlah
Code:

string [php]

cuma ada 1, kalo ada 2 atau lebih maka tidak dapat tampil.

udah coba fungsi substr_count agar array bisa bertambah, tapi gak bisa hehe..


Code:

$a = substr_count($konten,"[php]");

nilai $a = jumlah string [php]

sampai sini udah mentok mumet, maklum newbie

bagaimana ya biar suatu postingan bila berisi tag
HTML Code:

[php]konten[/php]

maka konten tersebut bisa berwarna.

makasih..

maaf kalo bahasanya kacau



Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 04:19 PM.


no new posts