Help, in lua web - php = $_POST["name"] and in LUA?
|
|
Help, in lua web – php = $_POST[“name”] and in LUA? I need to know how to take in lua the post messages. ________—- <html> <form name="input" action="index.lp" method="POST"> Sorte: <input name="help" type="text"> <input type="submit" value="Submit"> </form> <html> |
|
|
Is your question, how do you get the value of query parameters for a post? |
|
|
If that is indeed your question then I think you want to use the cgilua.QUERY and cgilua.POST tables See http://www.keplerproject.org/cgilua/manual.html#parameters for more information |
