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


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

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