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
on 16.06.2006 20:29
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

