I believe you don't need these simple quotes in width. And you need double quotes in src : `<img src="<?php echo $imgloc; ?>" width=700 />` Read More
Did you dry just print the value directly like `<img id="imgs" src="../images/verificarimg/img.jpeg" width=700>` ? Then, If you don't get the image, please check the path of image/name of image/type of image(jpeg,jpg,png etc) Read More
remove the dots.. try using the full path.. you could user server var.. `$imglog = $_SERVER['HTTP_HOST'] . '/images/image.jpg';` Read More