I really want to mix Lua and PHP, for example, receive a PHP request and process some parts of the request using Lua scripts (called from the PHP script that received the original request).
Any clues about this? I saw how some libraries used Lua as some kind of replacement for PHP, but I did not see anything clear about how to use Lua and PHP together.
thank
source
share