here is my questions...
what i want to do is to format text from a variable.
for example this the variable
Code: Select all
$text = "SAMPLE TEXT";If i have a text like this: SAMPLE TEXT or SaMpLe TeXt or sample text to format it to something like this Sample Text.
Is this possible?
Thanks in advance.