* Peter Hansen <[EMAIL PROTECTED]> [2004-04-15 20:36:28 +0200]:

<snip>
> require_once("mainfile.php");
> 
> include("header.php");
> 
> $content =  `/C:/Inetpub/com/html/bf1942live/vietnam.pl`;

Are you working on dos/windows ? 

yes)
    win32 does (IMHO) not support external interpreter executables
    you then must call `perl /C:/Inetpub/com/html/bf1942live/vietnam.pl`
    (probaly fix the perl interpreter location if its not in $PATH)
    you probably consider changing the server platform.
    
no)
    your command path is wrong. driver letters only exist on dos/windows.
    


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT services

  phone:     +49 36207 519931         www:       http://www.metux.de/
  fax:       +49 36207 519932         email:     [EMAIL PROTECTED]
  cellphone: +49 174 7066481
---------------------------------------------------------------------
   -- DSL-Zugang ab 0 Euro. -- statische IP -- UUCP -- Hosting --
---------------------------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to