|  PHP interesse |  | 
    
    
        
            
                
echo '\n<table border="0" height="0" cellspacing="0" width="250">';
echo '\n <tr>';
echo '\n <td colspan="2" height="0" align="left"><font face="Verdana" size="2">Categorie: ".ucfirst($cat)."</font></td>';
echo '\n <tr>';
 echo '\n<table border="0" height="0" cellspacing="0" width="250">';echo '\n <td colspan="2" height="0" align="left"><font face="Verdana" size="2">Categorie: ".ucfirst($cat)."</font></td>';
   
 height = 0 ???
 echo met enkele quotes, dan hoef je niet te escapen
 |