All he is doing is assigning the URL to post data, the referrer and post data to three different strings. He isn't using different GetWrappers at all. What he is doing is perfectly fine - I infact do it a lot when programming applications that interact with the web.
It seems more than anything that you're confused about what he's doing.
All he is doing is instead of writing it on one line, spans it over multiple lines.Code:strPost = "blah" & strUsername & "blah"
There is nothing wrong with that, and it isn't more complicated.Code:strPost = "blah" & _ strUsername & _ "blah"
Results 1 to 30 of 30
Thread: [Code]Auto PM'er
Threaded View
- 30 Mar. 2010 03:23am #25