Home » Wap n Web » Script Rainbow Text
20 Jan 2011 11:13 By : admin ,



Klaten.tk - Sekedar share script rainbow text, apa tuh..? text warna warni tu lho. silahkan dicoba script nya :D lgsung ke script aja yukk


<?php
echo "<center><b><font color="white"> RAINBOW TEXT MAKER </font></b>";



if (
$_POST['submit']) {

//array warna

$pelangi = array('#ff0000', '#ff3300', '#ff6600', '#ff9900', '#ffcc00',

'#ffff00', '#ccff00', '#99ff00', '#66ff00', '#33ff00', '#00ff00', '#00ff33',

'#00ff66', '#00ff99', '#00ffcc', '#00ffff', '#00ccff', '#0099ff', '#0066ff',

'#0033ff', '#0000ff', '#3300ff', '#6600ff', '#9900ff', '#cc00ff', '#ff00ff',

'#ff00cc', '#ff0099', '#ff0066', '#ff0033');





//proses mewarnai



$teks = strip_tags($_POST['teks']);

if (empty(
$teks)) {

echo(
"Anda belum memasukkan teks.! Silahkan ulangi lg" );

} else {

$arrwarna = $pelangi;

//pisahkan teks atau kalimat menjadi array huruf

$arrteks = str_split($teks);



$i = 0;

$max = count($arrwarna);

foreach (
$arrteks as $huruf) {



if (
$huruf != " " ) {

$tekspelangi .= "<font color="".$arrwarna[$i]."">$huruf</font>";

}



else {
$tekspelangi .= " "; }

$i++;

if (
$i == $max) { $i = 0; }

}

echo(
"HASILNYA : $tekspelangi<br><br>

Coppy Paste :<br>

<textarea rows="
2" cols="20">$tekspelangi

</textarea></form><br><br>"
);

}

}



echo
"<form action="".$_SERVER['PHP_SELF']."" method="post">

<font color="
cyan">Masukan Teks : <br>

<textarea rows="
2" cols="20" name="teks"></textarea> <br>

<input type="
submit" name="submit" value="Warnai">

</form>"
;
?>



dah kurang lebih kyk gtu scriptnya. silahkan dicoba aja sendiri :$


Share: |
Short URL: http://klaten.tk/130
Comment (35)
abt memposting...
coba tanya sama rizal.. dia yg sudah buat... aq belum pernah nyoba buat soale...
btudz memposting...
kang,,tau ga cara bikin spoiler di emb menggunakan bbcode
diera memposting...
post script nampilin admin" eMb yg on dong:D
abt memposting...
@ardi : hemh.. rajin update nech...
@praxy : kenapa :D
@rohith : halah gtu aja kok repot ya gmna cranya donk :$
@gulit : ya ya ya :p
gulit memposting...
Saia datang kang :D
rohieth memposting...
gag ada copy paste ny ya gan... ?:$ img
View All

Leave a Comment
Name* :
Url :
Comment*:
[BB Code] [Smiley]
Code*:
99 Online | Today: 10 visit | Total: 65535 visit