How to bold query php
Posted
by Webby
on Stack Overflow
See other posts from Stack Overflow
or by Webby
Published on 2010-06-03T12:57:35Z
Indexed on
2010/06/03
13:04 UTC
Read the original article
Hit count: 354
$message = str_replace("$q","<b>$q</b>", $message);
problem is $q could be UPPER lower or any gOd DaMn case... oh with numb3rs included..
any ideas ?
© Stack Overflow or respective owner