Re: [PHP] Perl > PHP

2003-01-05 Thread Jurre Thiel
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: > &

Re: [PHP] Perl > PHP

2003-01-05 Thread Jurre Thiel
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

[PHP] Re: undocumented OOP feature/bug?

2003-01-05 Thread Jurre Thiel
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

Re: [PHP] Re: security in guest book and user forums

2003-01-05 Thread Jurre Thiel
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

[PHP] Re: php_admin values in httpd.conf

2003-01-05 Thread Jurre Thiel
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