Hello,
I am trying to determine what this one line of code in php does so I can then convert it to vb.net.
Code: $md5 = md5($host & "VSSLIGHTBOX007");
Assume: $host = "www.facebook.com"
Can you tell me what that one line of code does?
Can you convert it to vb.net... and assume md5 is a working vb.net function.
Thanks.