Code Library
Home Submit Free Hosting Link To Us Contacts

PHP Text to Image using while

PHP Text to Image using while PHP PHP Text to Image using while Download (.zip)



<?
$string = "test";
$i = "0";
$len = strlen($string)-1;
$chop = chop("$string");
while ($i <= $len) { echo "<IMG SRC='abc/$chop[$i].gif'>"; $i++; }
?>






Tatet