function randomtriple() { $char= rand(33, 126); $triple = chr($char).chr($char).chr($char); echo ($triple); } ?>