[Solved] How to echo resulted data as hyperlink instead of plain data?

[ad_1]

Try This:

<td><a href="https://stackoverflow.com/questions/33755719/<?php echo $row["image']; ?>">Hyperlink</a></td>

Here I have given the link as the source of the hyperlink so that it directs to the link provided.

5

[ad_2]

solved How to echo resulted data as hyperlink instead of plain data?