me parece que tu problema es que tus tag input necesitan el atributo type es decir
tienen que quedar mas o menos asi:
Código HTML:
Nombre: <input type="text" name="name" id="name"/><BR>
Apellidos: <input type="text" name="apell" id="apell"/><BR>
porque el navegador no sabe que tipo de datos estas mandando.