Tuesday, January 11, 2011

How-to-show-the-image-with-PHP

below is the code to display the image on the browser using PHP:

<?PHP
print ("<IMG SRC =YOURfolder/yourPicture.jpg>");
?>

N/NOTE:please make sure that YOURfolder folder is inside WWW  folder,for those who use EasyPHP.make sure ur path is CORRECT!!!good luck!

No comments:

Post a Comment