lighttpd forum php-shell > How to execute a script file

Posted by Hick (Guest)
on 16.06.2006 20:29
PHP Shell is a interesting things.

I have two questions:

1. does it support executing a script file?

2. how to write multiline code block?


thanks
Posted by Jan Kneschke
on 01.07.2006 18:06
Hick wrote:
> PHP Shell is a interesting things.
> 
> I have two questions:
> 
> 1. does it support executing a script file?

Does

>> include "script.php"

do the job ?

> 2. how to write multiline code block?

As long as you have the opening { in the first line it should just work.

> thanks

Jan