I am getting an UNEXPECTED T_CONSTANT_ENCAPSED_STRING error in this line
$portfolio_html.= '<li> <a href=" "><img height="54" width="60"
src="images/portfolio_uploads/orig_'.$portfolio_item['image'].'"></a></li>';
Can any body help??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You started your comment /* before your concatenation . to resolve, add a . after a href=” ‘ on line 1, or move your starting block comment to after the period.