echo "<a href=\"img/{$image}\"><img src=\"?img={$image}\" alt=\"{$image}\" /></a>";
And that seems to work!Thanks a lot.
I'm sorry all the trouble.
echo "<a href=\"img/{$image}\"><img src=\"?img={$image}\" alt=\"{$image}\" /></a>";
And that seems to work!