Dim a,q,d,v,link As String
link = "http://humanequality.ddns.net:8888/cgi/panel/humanequalityapiweb.php"
a = "post_new_pocheparole"
d = "False"
q = ""
v = xtitle & "," & xcontent & "," & xautor & "," & xidautor & "," & ximage & "," & xdatetime)
Private http As HttpJob
http.Initialize(a,Me)
http.Download2(link, Array As String("a",a,"q",q,"d",d,"v",v))