If you want to make the image appear and you are using database... I know how to do.. your echo has to be like this:
$busca_query = mysql_query ("SELECT * FROM tabela WHERE colunanoBD = '$busca'");
while ($dados = mysql_fetch_array($busca_query)) {
echo "<img src='Visual/imagens/$dados[foto]' /></b><br/></a>";
in this case Visual is folder and inside this the image folder and la in the bd in the column you put the image like this > photo.jpg < so this... only the image with extension.
If you want to put one div
before the <?php
. You can put a style and move with margin left
center or right at will by the screen the photo.
And what would that action be? Note that headers cannot be sent if this action is output.
– user60252