Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local url = "http://82.21.100.23/script.php"
- local name = "Bob"
- local sResponse = http.post(url, "name="..name)
- if not sResponse then
- print("Issues contacting server")
- else
- response = http.get("http://82.21.100.23/script.php")
- print(response.readAll())
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement