Understandin PHP 404 redirection related to invalid get request
问题 Ok, am using traditional php, no frameworks, nothing, I am using simple procedural way, now my question is I was searching for a while but am not getting an answer to my question, I am not using .htaccess files as of now, but I really need to understand how 404 error works? I am having a website, where I show post's related to category, say category=php, so I pass this as a get request $_GET['category'] == 'php'; Now currently what am doing is something like this : $pocategory = $_GET[