PDA

View Full Version : this is sort of dumb...


colfaxrev
05-18-2006, 08:46 PM
try this


$s = "®ž®@®ÊNìÊ@ÄÞèÐ@ÎÞè@èÞÞ@ÚêÆÐ@èÒÚÊ@ÞÜ@Þêä@ÐÂÜÈæ@ÈÞÜN è@îÊB@’@ÈÞÜNè@èÐÒÜÖ@’NìÊ@ÊìÊä@æÊÊÜ@æÞÚÊÞÜÊ@ÈÞ@æÞÚÊ èÐÒÜÎ@ØÒÖÊ@èÐÒæ@ÄÊÌÞäÊB";
$k = strlen($s);$t = "<table border='0'>";for($i=0; $i<$k; $i++){$t .= "<tr>";for($j=0; $j<$k; $j++){$t .= '<td align="center" valign="top">';
if($i == $j) $t .= "<b>".chr(ord($s[$i])/2)."</b>";else $t .= "&nbsp;";$t .= "</td>";}$t .= "</tr>";}$t .= "</table>";print $t;

colfaxrev
05-18-2006, 08:47 PM
and yes, that is the same thing as my signature... i guess i just wanted someone to try it haha.

I need to get another paying project going... FAST!