Re: include
On 26 juil, 12:42, "Jean Pierre Daviau" <O...@WasEno.ugh> wrote:
> I am on the command line how do I create the permission?
>
> get_include_path() === .;C:\php5\pear
> I putted the file there and EasyPhp is not running.
>
> "Rik" <luiheidsgoe...@hotmail.com> a écrit dans le message denews: op.tv2tnwltqnv3q9@metallium...
>
>
>
> > On Thu, 26 Jul 2007 16:36:54 +0200,JeanPierreDaviau
> > <O...@WasEno.ugh> wrote:
>
> >> Nothing works.
>
> >> The doc points that the function should be in the include.
> >> This
> >> is not what I want.
>
> > That's not what's wrong. You probably cannot create a file in
> > C:\Program Files\EasyPHP1-8\php\ due to rights
> > --
> > Rik Wasmus- Masquer le texte des messages précédents -
>
> - Afficher le texte des messages précédents -
The solution is to enclose the .inc variables in between <??>¨
--------- path.inc ---------------
<?php
$autoexec = "auto.bat";
$path = "\n%path%=%path%;c:\php\php.exe";
--------- eof path.inc ---------------
?>
|