[Web]Lua variable calls in PHP
One thing that's been annoying me recently is that I can't use call lua variables inside a PHP script.
If I used <%= variable %> It just writes out <? lua variable > and $variable is taken as text.
Am I missing some way it can be done? Really all I'm trying to do is prevent the end user having to hand edit their email address in the PHP file.
any ideas?
