Missing ? in url
Posted: Thu Feb 11, 2010 10:14 pm
Hi,
I've done a bit of research on this topic but still haven't come across the answer.
On my index page I am able to get a direct link into the product page for my ecommerce site:
(eg. ../retail/product_info.php?products_id=5).
But when I click on the categories page:
(eg. ../index.php?cPath=6)
and then click on the product it misses the ? in the url:
(eg. ../retail/product_info.phpproducts_id=5) - missing ? between php and products.
Is there an easy fix for this as it only seems to happen when I click through from a category page.
Let me know if I need to show any code examples.
All help will be appreciated.
Cheers,
Dallas
I've done a bit of research on this topic but still haven't come across the answer.
On my index page I am able to get a direct link into the product page for my ecommerce site:
(eg. ../retail/product_info.php?products_id=5).
But when I click on the categories page:
(eg. ../index.php?cPath=6)
and then click on the product it misses the ? in the url:
(eg. ../retail/product_info.phpproducts_id=5) - missing ? between php and products.
Is there an easy fix for this as it only seems to happen when I click through from a category page.
Let me know if I need to show any code examples.
All help will be appreciated.
Cheers,
Dallas