• Shalom all:

    While reworking the wp-email plugin, I encountered the following:

    Parse error: parse error, unexpected T_STRING, expecting ‘,’ or ‘;’ in /home/arush/public_html/wp-email.php on line 79

    I’m aware of what the error means, and have tried looking for the stray token in my code, but I seem to be missing the forest for all the trees.
    The lines of code in question are:

    get_header();
    echo ‘<div id=”content” class=”narrowcolumn”>’.$mail->ErrorInfo.'</div>’;

    Would anyone be able to point out there the error is?
    Thanks in advance.
    You can email me at

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help With Unexpected T_String’ is closed to new replies.