Quote:
Originally Posted by Grethe
Dummy Inc. here. This php stuff is killing me
The simpletest.shtml I'm running to test is situated in the localhost/vbulletin directory and looks like this:
<HTML>
<HEAD>
<TITLE>Untitled Page</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
</HEAD>
<BODY>
<!--#include file="http://localhost/vbulletin/last10.php"-->
</BODY>
</HTML>
What do I do wrong???????? PS. Running vBulletin 3.0.5 (will update to 3.0.6 when or if I get this working)
Thanking bunches in advance for any help!!!!!
|
<!--#include file="http://localhost/vbulletin/last10.php"-->
that is what you are doing wrong
As far as I know you need to put the absolute path to the file you want to include, not a web address.
ie something like "/home/username/www/vbulletin/last10.php"
but will obviously depend on your server