When I use this code:
$message = "Transaction ID: " . echo $transid . "\n\nURL: " . echo $url . "\n\nAnchor Text: " . echo $anchortext . "\n\nEmail: " . echo $email;
I get this error:
Parse error: syntax error, unexpected T_ECHO in [file location] on line 35
Line 35 is that above line of code.
Any ideas?