$_GET parameters from URL with a tag
Posted: Wed May 03, 2006 2:49 am
Hi I am trying to incorporate a shopping cart to CMS
to make it work I am trying to pass some extra variables to the URL like
-> index.php?page=shopping_cart&action=add&id=1
I am trying to $_GET the parameters from a custom tag
However when I use this is doesn't even run.... it's like the xtra parameters are deleted by the CMS..
Any ideas on how to fix this problem?
Mike
to make it work I am trying to pass some extra variables to the URL like
-> index.php?page=shopping_cart&action=add&id=1
I am trying to $_GET the parameters from a custom tag
However when I use this is doesn't even run.... it's like the xtra parameters are deleted by the CMS..
Any ideas on how to fix this problem?
Mike