reach100
08-11-2008, 09:17 PM
Hi There, I am trying to figure out how to link my photos so that the entire photo can be used as a next button. Currently, the page id controls which image is viewed. I need this new link to basically echo the current id + 1...
In other words if ?id=A1 I would like the link to bring up ?id=A2.
<a href="adventure.php?id=<?php echo $id; ?>">
How can I adjust the syntax to make that happen. How do I limit it at ?id=A26 andhave this link go back to ?id=A1?
Thanks,
Rich V
In other words if ?id=A1 I would like the link to bring up ?id=A2.
<a href="adventure.php?id=<?php echo $id; ?>">
How can I adjust the syntax to make that happen. How do I limit it at ?id=A26 andhave this link go back to ?id=A1?
Thanks,
Rich V