Hi,
I am trying to send the value of an image to another page,
Any ideas how i would do this?
Thanks,
Rob
Posting a value to another page
Moderator: General Moderators
Re: Posting a value to another page
What do you mean by 'the value of an image'? What is it you're trying to accomplish?
Re: Posting a value to another page
I just want to pass the value of a variable to another page using a linked image.
Re: Posting a value to another page
You can use POST or GET, sessions, cookies; all depends what you're trying to do and how sensitive the data is.
Re: Posting a value to another page
I am using drupal and it is just the page number.
I want the number so i can populate a product page template dynamically without having to create a individual page for each product.
Thanks for the help.
I want the number so i can populate a product page template dynamically without having to create a individual page for each product.
Thanks for the help.