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??
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??
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.