Hi!
I am making a website with PHP (of course) and have to make this
transformation: <l>name</l> to <a href="blabla.ph p?id=name">name </a>
How do I do that? Will I have to use several regex or is it possible that I
can use only one?
--
Greetings/Martin Nielsen-Lönn
I am making a website with PHP (of course) and have to make this
transformation: <l>name</l> to <a href="blabla.ph p?id=name">name </a>
How do I do that? Will I have to use several regex or is it possible that I
can use only one?
--
Greetings/Martin Nielsen-Lönn
Comment