be banalmente cosi :P

Codice PHP:
// Crei input di tipo rext
var =document.createElement('INPUT');
x.setAtribute('type','text');
// Inserisco
document.body.appendChild(x);