I have a question on how to know where this $_GET value come from
$book = isset($_GET['book']) ? $_GET['book'] : null;
The problem is that this site that i am working with, has too many pages and its hard to find it, im trying to solve an error dealing with the $_GET value but first I need to know where it is comming from. Any suggestion? Thanks