Enabling PHP Input Into Drupal

ISSUE
After a while of wondering how the hell I’m supposed to add PHP into Drupal, and many times trying it in blog entries, posts, and blocks, nothing came out of it. It would always display the PHP code and not evaluate it. I didn’t get my PHP cert for nothing, ya know?

FIX
I actually found this on a forum of someone else having the same problems. They didn’t exactly show you the correct path of where you change it but I remember the screen before and I was able to get back to it.

If you go to Administrator then Site Building then Modules, it is the PHP filter. You need to check it for PHP code to be in your Input formats.

Yay. Now I’m on my way!