Getting IMG to work With PHP
Code -
echo "<li>";
echo "<img src='$image'/>";
echo "</li开发者_Python百科>";
$image contains the location of the image on the server. the above code is not working...no image is displayed.
thanks.
GOT IT WORKING GUYS..SORRY...THERE WAS AN ISSUE WITH $IMAGE...NYWAYS THANKS, AND GREAT COMMUNITY...PROUD TO BE A PART OF THE GROWING.
精彩评论