No problem renojim!
I was talking about the code in the thread post above where he was using a url of
url="http://xxx.xxx.x.xxx:8000/Favorite/myCreate.php?filename="+myfile + "&channel=" + mynameJsonEscaped + "&hdposterUrl=" + myposterJsonEscaped + "&stream=" + mystreamJsonEscaped + "&gid=" + mygidJsonEscaped
Followed by aSyncPostfromString(url) - which would send doubled data - the full url as the post as well as the variables as a url as a get. There isn't any good reason I can think of for sending the same variables both ways.