">
<?phpecho lcfirst("HELLO FRIENDS");?>
The lcfirst() function converts the first character of a string to lowercase.
Previous Question Next Question
Your comments will be displayed only after manual approval.