Codice PHP:
        cella document.createElement("td");
        
text document.createTextNode('Testo');
        
cella.appendChild(text);        
        
document.getElementById("id").appendChild(cella); 
Mi dice che 'cella' non esiste...