Re: Emphasizing first letter of string?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Yeah, I do need sleep...

Thanks guys for the posts... exactly what I was looking for.

Oh, and I did come-up with something similar right after posting:

if($configs['access_key'] === true) {
$pages[$i][0] = substr_replace($pages[$i][0], '<em>'.$pages[$i][0]{0}.'</em>', 0, 1);
}

Thanks again to both of you for the help.  :D

:: presses send ::

:: pushes power button ::

:: closes eyes ::

zzZZzzZZzz

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux