how can i use php to add <span class="someclass">string with #</span> to the...

KING

New member
...stings with #? hello, given a sting
$val = "my name is #king donald and i #love my fans and #my fans love me";

how can i use php to wrap / add <span class="someclass">string with #</span> to / around the stings starting with # e.g #king
 
Back
Top