How to make link of the database in PHP
问题 Hi I want to show URL as a link in PHP the URL is shown by query from database but it is not a link so I want to make it link like using <a href=""></a> but I don't know what I am doing wrong My data show like this in browser ID Name URL 2 This localhost/p_uploads/00.jpg 3 Nissan localhost/p_uploads/7a.jpg I want these URL's to be link so anyone can click on the url to open the image Here is my PHP Code: <?php if(!isset($_COOKIE['loggedin'])){ header("location:index.php"); } session_start();