Please answer this simple SPAM challenge: max(six, eight)? (Example: nine)
If you need to generate random HEX-color, use this: <?php function random_hex_color(){ return sprintf("%02X%02X%02X", mt_rand(0, 255), mt_rand(0, 255), mt_rand(0, 255)); } $hex = random_hex_color(); // 09B826 ?> Enjoy.
<< Back to user notes page