Re: [scite] Using Lua variable in command.go - PHP files

2005-08-03 Thread Neil Hodgson
Walter Rodrigo de Sá Cruz: > Hi. I read an old thread about make a Lua script that runs a PHP > > http://mailman.lyra.org/pipermail/scite-interest/2005-June/005822.html > > I´m with a similar need. > > function webserverphp() > ... > There's a way of call this script on command,go ? com

[scite] Using Lua variable in command.go - PHP files

2005-08-02 Thread Walter Rodrigo de Sá Cruz
Hi. I read an old thread about make a Lua script that runs a PHP http://mailman.lyra.org/pipermail/scite-interest/2005-June/005822.html I´m with a similar need. function webserverphp()     local f = props['FilePath']     local s,e,path,file = string.find(f,'^(/var/www/)(.*)')     if path == '/v