Good Day,
Sort of n00b here,
Any reason why this would not work?
<?
$p_static = " <strong>Mexico to Florida</strong>";
$p_static = str_replace(" <strong>", " <div style=\"highway\">", $p_static);
echo $p_static;
?>
on my server, it will return
<div style="">Mexico to Florida</strong>
So where did "highway" go?
Much thanks,
Is this correct as I don't want to harass my host with my stupidity!
Thanks,