Include the file path on the server, not the http path to it. something like this:
PHP Code:
include('mail/index.php');
<edit>best ignore what I just said. it looks like the desired behaviour you want would be to use frames (or iframes), as it is a complete html page that mail/index.php generates. *Not that I want anyone to think I'm suggesting people use frames you understand
, but it looks as though that's the way the code you are using was intended, and I'm guessing at some point support for php http included files has been droped by redfox. not tested it though.</edit>
Bookmarks