| Posted by Michael Fesser on 12/07/07 14:47 
..oO(Steve)
 >it can get frustrating. But this is what i do to solve this.
 >note the two type of quotes used single ' and double "
 >
 >$title = "This'll work";
 
 $title .= ', but not on my 19" screen.';
 
 SCNR
 
 >echo '<h1><IMG SRC="_images/_rock/Zacs World.gif" ALT="' . $title . '">
 ></h1>';
 
 The correct solution (htmlspecialchars()) was posted already.
 
 Micha
  Navigation: [Reply to this message] |