Automatic link creation to pass variable?

TheButler

Joined: 2005-06-20
Posts: 6
Posted: Thu, 2005-06-30 22:03

Is it possible for a link to be created every time an album is created to be displayed somewhere within the album description box?

It's to be used as a kind of "e-mail me about this album" link

Is it then possible to set the link up to pass the album variable onto a different page.

What I have in mind is something where whenever a new album is created a link is also created looking something like

<a href="contact.php?album=$albumtitle">E-mail About this Album</a>

where $albumtitle is whatever Gallery uses to call the title of the album.

Thanks for any help