Hey, i am currently creating a pagination script using php and jquery and for some reason can't display the $_GET that im trying to grab.
There is no form, but looking at the firebug console I get a url like this:
pagination.php?id=category
Just wondering how I can get that 'category' and just echo it out.