im trying to display the picture saved in the database using Php, but what i get is Url link which was saved in the database and not the picture, i think the syntax is wrong.
Change
echo "" .$row['ImageURL'] ."";
to
echo "";
Modify the values 200px and 350px to whatever you want, just keep the 'px' suffix.