I get above error on my php code. I get the error for the following line.
echo '<tr><td style="width:400px;padding:5px;"></td><td style="width:300px;padding:5px;"><img src="'.$image_folder.$value->$value->prfil_img .'" /></td></tr>';
I know I haven't use strings properly here. Either double quotation or single quotation have not been used properly. However, I can't figure it out.
Can anybody help me?