Answer the question
In order to leave comments, you need to log in
How to make the first letter lowercase?
I'm trying to make the first letter of $tag->name lowercase. Tried like this
$name = sprintf($tag->name);
var_dump($name);
if ($video) {
?>
<h2>Видео
<?echo strtolower($name)?>
</h2>
<?
} else {
}
string(10) "Кухни"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question