Código PHP:
<?php
ob_start();
session_start();
$user=$_POST['user'];
$duen=$user;
$namepj=$_POST['namepj'];
$raza=$_POST['raza'];
$prof=$_POST['prof'];
$sex=$_POST['sex'];
$hibrid=$_POST['hibrid'];
$edad=$_POST['edad'];
$apa=$_POST['apa'];
$check=0;
ob_end_flush();
?>
$user=$_POST['user'];
$raza=$_POST['raza'];
$prof=$_POST['prof'];
a un xhtml llamado create2.html
no c ni como prepara el envio ni como resivirlos en el xhtml
agradesco toda la ayuda que me puedan dar.