angående require_once kommandoen
Under C:\Inetpub\wwwroot\php\Authentication\har jeg nogle php filer liggende, men når vil bruge kommandoen require_once og kører scriptet får jeg følgende fejl
Fatal Error: Failed opening required 'php/Authentication/strip_quotes.php'
(include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\php\Authentication\SecurePage.php
failed to open stream, No such file in directory
Er der nogen der kan hjælpe mig og fortælle mig hvad jeg gør galt???
php siden hvor jeg ønsker at inkludere de andre php sider hedder SecurePage.php
<?php
//include magic quotes stripping script
require_once('php/Authentication/strip_quotes.php');
//include MySQL class
require_once('php/Authentication/MySQL.php');
?>
