Advertisement
Guest User

phplink

a guest
Mar 13th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. local url = "http://82.21.100.23/script.php"
  2. local name = "Bob"
  3. local sResponse = http.post(url, "name="..name)
  4. if not sResponse then
  5.   print("Issues contacting server")
  6. else
  7. response = http.get("http://82.21.100.23/script.php")
  8. print(response.readAll())
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement