PHP & MySQL dynamic page display problem

Aredosheedo

New Member
let say I have a post that can be found on page \[code\]post.php?pid=60\[/code\] but if the user changes the url to \[code\]post.php?pid=95\[/code\] the page is displayed all weird is there a way I can have them redirected to another page that says post dosn't exist or something? If so how would I do this? And is this the best way to handle none existent pages? If not what is preferred?I'm using PHP & MySQL if that helps.
 
Back
Top