Forum Moderators: coopster
I'm getting this row in the Apache error-log:
[Tue Mar 12 11:16:27 2002] [error] PHP Warning: Failed opening 'sidamedspalt.php?avdid=1&sidnamn=hem' for inclusion (include_path='.') in c:\program files\apache group\apache\htdocs\wwhkr3\processor.php on line 106
/Grodan :)
Try rewriting it as:
$avdid=1;
$sidnamn=hem;
include("sidamedspalt.php");
ie define your variable first and then do a plain 'include'
Thx :)
/Grodan