jamesp0tter
Programmer
well, here's my problem:
i have:
$somestring = "(b) texttt t t e x t (b)"; (notice the same string in the beginning and the end (b) )
now, i want to transforme it into something like:
$resultstring = "<b> texttt t t e x t </b>"; (notice de ending tag </b>, different from the first)
how to do this? :
tkx in advance
i have:
$somestring = "(b) texttt t t e x t (b)"; (notice the same string in the beginning and the end (b) )
now, i want to transforme it into something like:
$resultstring = "<b> texttt t t e x t </b>"; (notice de ending tag </b>, different from the first)
how to do this? :
tkx in advance