Have you verified the include path to news.php ?
Steph
--- uros marolt <[EMAIL PROTECTED]> a écrit :
> What if you do it like this
>
> if ($_GET["page"] == "")
>{
>include("news.php");
>}
>else
>{
>include($arp . ".php");
>}
> ?>
>
> How
Marco Glatz wrote:
hello,
i am trying to port a self-written extension from php-5.0.2 to php-5.1.1, if i
try to load the extension i get an error:
ext/php_webcontrol.dll doesn't appear to be a valid Zend extension
then i tried to compile the minimal example from ext/skeleton, but same error