Please answer this simple SPAM challenge: six plus two? (Example: nine)
Some simple function for cyrillic and latin letters both:function rucfirst($str) { if(ord(substr($str,0,1))<192) return ucfirst($str); else return chr(ord(substr($str,0,1))-32).substr($str,1);}
<< Back to user notes page