syntax error, unexpected T_STRING

I have the t_string error it say "
Parse error: syntax error, unexpected T_STRING in F:\xampp\htdocs\pancakes_waffles2.php on line 37" where my a href starts.
[php]$recibox3 = ’

  <a href="javascript:void(0)" class="alignleft" id="front-layer" onclick="return false" onmousedown="document.getElementById(\'topic3\').style.display='block';document.getElementById('fade').style.display='block'"><img src="images/pankcake.jpg"></a>';
  [/php]

I can send the whole code but its super long!

If you scroll across what you posted, you’ll notice the blue bits of text - you need to escape the single quotes around them.

thank you that seemed to work

Sponsor our Newsletter | Privacy Policy | Terms of Service