I.
I'm doing a script that replaces tags on a string to html tags.
When inserting an image the user puts «img»path/to/image.gif«/img».
I need to copy to another string (or array), the text between «img» and «/img» to use in the <a href..> tag.
Anyone can help me doing this.
Thanks