- Impact
- 0
Hi guys.
I thought I would turn to here so that I could get some advice off you lot as you can be very experienced in this subject.
Ok so I have a big problem. I have created a link which looks like:
<a href="productPage.php?NAME=<?php echo $name; ?>&IMAGEURL=<?php echo $imageurl; ?>"> <?php echo $name; ?> </a>
Now this works fine and it pulls the information from my database. But when I have all the information being passed over to the 'productPage' the URL becomes to big and won't view properly in any of the browsers. This is because most URL have a large cap of around 3k words or even below that.
I need a way of which when I click on the link, it passed data to the 'productPage' but does not use tons of code in the URL. I'm not sure if this can be done with cookies or sessions but it seems likely.
Any help would be amazing, thank you.
I thought I would turn to here so that I could get some advice off you lot as you can be very experienced in this subject.
Ok so I have a big problem. I have created a link which looks like:
<a href="productPage.php?NAME=<?php echo $name; ?>&IMAGEURL=<?php echo $imageurl; ?>"> <?php echo $name; ?> </a>
Now this works fine and it pulls the information from my database. But when I have all the information being passed over to the 'productPage' the URL becomes to big and won't view properly in any of the browsers. This is because most URL have a large cap of around 3k words or even below that.
I need a way of which when I click on the link, it passed data to the 'productPage' but does not use tons of code in the URL. I'm not sure if this can be done with cookies or sessions but it seems likely.
Any help would be amazing, thank you.






