Please answer this simple SPAM challenge: min(seven, zero)? (Example: nine)
If you need to convert RGB-color into HEX-color, use this:<?phpfunction rgb2hex($rgb){ return sprintf("%06X", $rgb);}$hex = rgb2hex(65280); // 00FF00?>
<< Back to user notes page