Answers for "how to display an image from database in php"

PHP
4

how to show image from php

<html>
 <head>
 <title>display image</title>
 </head>
 <body>
 <p>Here in your form and text</p>
	<?php
 
	echo "<img src='image-name.png' >"; 

	?>  
 </body>
 </html>
Posted by: Guest on July-07-2020

Code answers related to "how to display an image from database in php"

Browse Popular Code Answers by Language