local URL = "http://localhost:8080/corona/send.php?email=" .. sender .. "&sendto=" .. sendto .. "&message=" .. message;
--local URL="http://localhost:8080/corona/fetch.php?usr="..namee
local response = http.request(URL)
if response == nil then
print("No Dice")
else
local data=json.decode(response)
print ("something ----:"..data[1]);--This part gives error