Parse error: syntax error, unexpected '{' in /home/solugon/domains/frontlines.frih.net/public_html/phptest/index.php on line 144
Here's the code the error comes from:
I've tried removing the {s and }s, using (s and )s instead, putting them in the string itself (with and without backslash escapes for the "s in the brackets), etc... What am I doing wrong?!
Here's the code the error comes from:
| Code: |
|
print({row["Name"]}. "'s e-mail address is " . {row["E-mail"]} . "<br>\n"); |
I've tried removing the {s and }s, using (s and )s instead, putting them in the string itself (with and without backslash escapes for the "s in the brackets), etc... What am I doing wrong?!
