Page 1 of 1

$_GET parameters from URL with a tag

Posted: Wed May 03, 2006 2:49 am
by mikemcvey
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

Resolved: $_GET parameters conflict - '&id=0'

Posted: Wed May 03, 2006 3:46 am
by mikemcvey
mmm... after testing it seems that I was passing the parameter "id"...

like : index.php?page=shopping_cart&todo=add&id=1

Should have spotted that one...  ::)