can anyone help me out with how to show 404 page using PHP. like
if(//some false condition): //show 404 page, that normally comes up when we enter incorrect URL endif;
Also i want the url in the address bar to be the incorrect one and not redirect me to 404 page.
Thanks in advance.