php newbie here -
- I am trying to send an email from the following .php file on my site:
”; echo $from . “
”; echo $subject. “
”; echo $message; ?>
I get an error message “unexpected @ on line 2” which I can’t explain.
am I missing something obvious? Thanks!