Is it possible to use a link to submit information to a php page, instead of using a form.
I have page that displays pictures from a database. Underneath each picture I want to have a 'comments' link that will go to a page with a larger version of the picture and a form to add comments for the picture. I just want to have one file-- comments.php that creates these pages dynamically depending on which picture was selected. Is it possible to make the comments link a hyperlink to comments.php and pass the picture information with it?
I think i've seen something like this before...would it look like:
comments.php?id='variable' desc='variable'
I just want to know if this is possible to do and if so what is the correct syntax.
Thanks