Hi,
I have been trying to display an image in my search results, but only get the broken image.
the code is
foreach($matches as $match) {
echo "<img src='$match->$pic->url'>";
echo "<a href='$match->url'>$match->title</a>";
echo "<div class='summary'>$match->summary</div></li>";
}
echo "</ul>";
What am I missing here?
Cheers