PHP Salt


A little dash of PHP... my collection of php functions

Version: 2.33.2
Last Build: December 29, 2023 20:28pm (PST)

Main Menu

Home

Get PHP Salt


The Functions

array
db
file
graph
html
mail
math
misc
mobile
script
string
system
time
web
psStrHiLight()
HighLight a substring within a string


Description:

Use this to highlight a substring in a string, case insensative




Usage:

$str = psStrHiLight($needle, $hay[,$style]);




Example:

$str = psStrHiLight("cool", "Those are Cool cars");





Code:

function psStrHiLight($needle, $hay,$style="")
{
if ($style == "") { $style = "background-color: #ffff00; color: #0000ee;"; }
$needle = strtoupper($needle);
$res = str_ireplace($needle,"<SPAN style='$style'>$needle</SPAN>",$hay);
return $res;
}



Changlelog:


See Also

And a shot out to:

PHP - php.net
Fedora Server - getfedora.com
Shameless ads to pay for site