Fejl i include
Hvorfor får jeg denne fejl når jeg åbner test.php?Warning: Failed opening 'http://localhost/test2.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\test.php on line 5
Hej
***test.php***
<?php
require("include/config.php");
?>
<?php
include("$sti/test2.php");
?>
Hej