HI!
I'm rather new to WP, but have been successful so far developing a complex blog with the help of the documentation and forums. But...
I'm trying to implement some functionality using php $_GET, and it doesn`t work. The site is so complex now that posting the whole code would be a mess, but I got to narrow the problem testing the simplest form:
$test = $_GET["c"];
echo "$test";
where the url is "whatever/id=4?c=hey"
and it won't echo anything.
My site is built on top of Starkers and TwentyTen, and I think that there might be some function around messing with my $_get attempts.
I know I'm not providing much info, but I don't know where to start looking for the problem. I'm simply out of ideas, and I feel it must be the most simple answer.
Any hint would be much appreciated.
I can provide any further info about the site structure that's needed.
Thanks a lot!