is there a function/predefine variable that displays the type of error, such as http 404 ?
basically i'm working on a script that shows the error type when a user visits an invalid page and would like to display the error type.
thanx.
You can create custom error (404, etc) pages using PHP and .htaccess files
There is a great tutorial on this over at The Site Wizard
You can view the tutorial here
-=Lazzerous=-