Please answer this simple SPAM challenge: zero plus three? (Example: nine)
If you need to generate random HEX-color, use this:<?phpfunction 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