Welcome Guest, Not a member yet? Register   Sign In
How to load view in file error_404.php?
#7

[eluser]Banana Man[/eluser]
Code:
<?php

header("HTTP/1.1 404 Not Found");
require_once(path to file needed);
require_once(path to file needed);
require_once(path to file needed);

Just use native php if the system isnt completely initiated yet, also you could develop this further to send yourself an email when these errors occur with $heading and $message


Messages In This Thread
How to load view in file error_404.php? - by El Forum - 08-06-2008, 07:36 AM
How to load view in file error_404.php? - by El Forum - 08-06-2008, 11:34 AM
How to load view in file error_404.php? - by El Forum - 08-06-2008, 01:51 PM
How to load view in file error_404.php? - by El Forum - 09-07-2008, 01:01 AM
How to load view in file error_404.php? - by El Forum - 10-10-2008, 03:55 AM
How to load view in file error_404.php? - by El Forum - 03-03-2009, 07:03 AM
How to load view in file error_404.php? - by El Forum - 03-03-2009, 07:08 AM
How to load view in file error_404.php? - by El Forum - 03-03-2009, 07:11 AM
How to load view in file error_404.php? - by El Forum - 07-06-2012, 07:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB