Random image load within gbook.php ?
Posted: Sat Jul 22, 2006 3:53 am
Hi.
Excellent guest book !
Im a novice web designer and I want something extra from this guest book
I have added the lower line to this section of gbook.php ....watermark.gif located within the guestbook root folder
What I would like to do is set up some code to load a random image for each guestbook post insted of what I have now ..... which is watermark.gif apppearing under everyones name/email input.
please help.
thanks !
Excellent guest book !
Im a novice web designer and I want something extra from this guest book
I have added the lower line to this section of gbook.php ....watermark.gif located within the guestbook root folder
Code: Select all
if ($settings['use_url'] && $url)
{
echo '<font class="smaller">Website:</font> <a href="go.php?url='.$url.'" target="_blank" class="smaller">'.$url.'</a><br>';
}
if ($email)
{
echo '<font class="smaller">E-mail:</font> <a href="mailto:'.$email.'" target="_blank" class="smaller">'.$email.'</a>';
}
echo '<P ALIGN="center"><img src="watermark.gif"></P>
please help.
thanks !