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

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -