ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Trying to set up this thing sending emails to users. Having small bit of troubel keep getting this error when tha page loads and gogling it didnt produce much luck. I ve another page running using the same code with a simpler body which runs fine so very confised.
ERROR:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING
it complains about this line from a different send email section of the code.
$to = $row53['email'];
----------------------
Removed spaces from bottom of page just after the close sign "?>" No change
----------------------
Checked all single and double quotes and they all seem in order.
----------------------
Packed variable to but had no luck
-----------------------
Part of the problem is that i dont understand what the error is telling me. Maybe if you knew you could enlighten me and might help me find the problem if i knew what i m kind of looking for!!!!!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.