There are some times when I need to check some variables or run a full error reporting but I don’t want to let anyone see what’s going on. So a quick solution is to allow my code to run what I want for specific IP Address (which is my IP Address) [crayon-673ef9b9b4bc0128849244/] This PHP snippet is handy if you need to do print_r(), var_dump(), or even test a block of code. Don’t forget to change the IP address to your …