Hello im trying to echo out a image in side pagenation but is just showing /
Im using
echo '<img src=http://myurl.net/"'.$row['Pokemon_pic'].'" title="" alt="" />';
But its just echoing out / On the page i have echoed out the row Pokemon_pic out and shows the url of the image fine. e.g img/pokemon/397.png then im trying to put my domain name in front of it …
Move the quote to the start of
srcattribute: