My next problem is:
I got a variable with the word Italiano in it and if I echo it it will say that...
What I now want is to make the I in Italiano to be bold like Italiano
I need to pinpoint the I and make it Bold.
Code: Select all
$variable="Italiano";
echo $variable;
-Thomas
Also I would like to get so i can pinpoint the first letter and make it bold...