Page 1 of 1

Missing ? in url

Posted: Thu Feb 11, 2010 10:14 pm
by dallasmc16
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

Re: Missing ? in url

Posted: Fri Feb 12, 2010 1:26 am
by social_experiment
and then click on the product it misses the ? in the url:
(eg. ../retail/product_info.phpproducts_id=5) - missing ? between php and products.
It's probably that the '?' wasn't inserted in the code that prints the url 'product_info.php?products_id=5'.

Is this in all urls named 'product_info.phpproducts_id=*' ?