I am using this code:
<a href='#' onclick='makewindows(/"".$html."/"); return false;'>Click for full description </a></p>
which is part of a much alrger quoted string, which gives this error:
Parse error: syntax error, unexpected '"', expecting ',' or ';' in C:\Programme\EasyPHP 2.0b1\www\2\get_auction.php on line 74
The above code is line 74, but everything seems perfectly matched, what am I missing?