I guess I was asking b/c a lot of the stuff I read was in a hacking context - and this line of php was from a wordpress blog i run, hence my concern....
You reckon its not a hack or can this such transfer protocols suggest a breach?
Bit hard to explain in great detail in a short post but it basically base64 is text that represents something such as a string, file, filestream etc.
The base64 text can then be sent via http, email etc. If you open a .eml (email file from outlook express) in something like notepad++ that has a file attached, you will see a long column of what appears to be random letters and numbers at the bottom. That is a base64 encoded file.
At the other end, it can be decoded to restore the original content.
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value.