sales2u on 08/06/10
Last Edited at 08/06/10 05:51am
<?php $fonts = array("arial", "verdana", "tahoma"); ?><font face="<?php echo $fonts[rand(0,2)]; ?>" size="<?php echo rand(5,10); ?>">Some Text <?php echo rand(5,10); ?></font>
Report this snippet Tweet
Comment:
You need to login to post a comment.