Sorry, i didn't think of that. I still think exec('perl perl.pl'); does the
job, not exec('perl.pl');
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>
> Jurre Thiel wrote:
>
&
That doesn't make any sense and has nothing to do with Perl, since PHP will
magically convert perl.pl to 'perl.pl'. I think you should do something
like:
Assumming you are on an Unix enviroment and Perl is installed.
"Leif K-Brooks" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news
You could check if a variable in $this exists:
class A
{
var $bla;
function Go()
{
switch(isset($this->bla))
{
case true: echo 'Called Dynamicaly'; break;
case true: echo 'Called Statically'; break;
}
}
}
Or, if that doesn't work, y
The bad side of this that all other HTML tags than and will be
removed.
> on 05/01/03 5:24 AM, Seraphim ([EMAIL PROTECTED]) wrote:
>
> > I use the htmlspecialchars() function to disable all html. This function
> > basically puts a '\' in front of eacht html character and thus disables
all
> > ht
I think they are just the same as in php.ini.
"Jochen Kaechelin" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> > php_admin_flag engine on
> > php_admin_flag log_errors on
> > php_admin_value error_reporting 7
> > php_flag dis
5 matches
Mail list logo