Im looking for a Link Generator where the php script will generate HTML code from strings containing URL, NAME and Description field separated by a pipe character - (|)
Example if I plug into a form a number of strings with :
Code:
<b><a href=%URL>%TEXTSHORT</a>/b> - %TEXTLONG
Where URL = The URL %TEXTSHORT is the NAME and %TEXTLONG is the DESCRIPTION
I want to get the result :
SITE NAME LINKED - The description of the link
SITE NAME LINKED - The description of the link
SITE NAME LINKED - The description of the link
SITE NAME LINKED - The description of the link