Answers for "get image from folder in php localhost"

PHP
-1

display image in php from folder

<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 "get image from folder in php localhost"

Browse Popular Code Answers by Language