see where $_GET value is coming from - php -


i have question on how know $_get value come from

$book = isset($_get['book']) ? $_get['book'] : null; 

the problem site working with, has many pages , hard find it, im trying solve error dealing $_get value first need know comming from. suggestion? thanks

search page manually , comment in php file it's best way think off why can comment out in languages there , not nothing...


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -