html how to insert a clickable link into a text block with PHP -
my current code (line breaks added clarity):
echo "['<div class=info><h4>$title</h4> <br><a><img src=$aimage></a> <p>$short_title</p> <p>location$short_title</p> <p>rate: $rate</p> <p>system: $system</p> <p>link: $link</p> </br></div>', $lapt, $longa],";
the link added text, though, , cannot clicked.
i wonder if possible insert link in block?
thank !
<p><a href=\"$link\">link</a></p>
Comments
Post a Comment