Sorry guys, another problem tonight, I'm missing ASP already, it just appears to be more logical in terms of syntax!!!
Here goes...
if (!empty($TheEmail) && !empty($ThePassword) && !empty(TheSecurityToken)) {
For some reason, my page is halting at this line, and giving me this error...
Parse error: syntax error, unexpected ')', expecting T_PAAMAYIM_NEKUDOTAYIM in ...\Website Root\login.php on line 15
I've researched this error...and found very little in terms of the cause, I presume I'm structing my 'if' statement incorrectly?