Hi,
I figured out that the code to print a text link which will pass my variable to the next page is:
print"<a href=\"write_review.php?PID=$product_id\">Write
Review</a>";
My question is: How would I write an image link? I've tried various things but it just doesn't want to do it for me and gives me a parse error?
Thanks...