Hi everyone,
I have the following problem and need help.
I get a variable from a database containing a link.
Now i want to differ between an external and an internal link as to the target is either _blank or opens the page in the same content.
How can I read out the variable including it in an if-clause ?
Thought :
if variable link
contains http
than do <a href"$link" target="_blank">
else
do <a href"$link">
Any help in this matter would be great
Oliver