Hi guys im trying to find a way of overwriting a picture in the exact position of the last picture in a loop
so picture A is replaced by picture B
but i cant seem to get away from Picture A Picture B are side by side & i need it to overwrite, im trying to do this without refreshing the whole page.
<?
echo "<a href=\"urlA\"><img border=\"0\" src=\"A.JPG\" width=\"26\" height=\"30\">";
sleep(5);
echo "<a href=\"urlB\"><img border=\"0\" src=\"B.JPG\" width=\"26\" height=\"30\">";
sleep(5);
......
?>
Many thanx