Código PHP:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>
<body>
<div class="main">
<div class="box">
<form class="form" action="otra.php" method="post">
<fieldset>
<div class="row">
<input type='nombre' class="nombre" placeholder="Usuario" value="<?= @$_POST['nombre'] ?>" ><?php echo @$error[1] ?>
<input type="password" class='pass1' name="password" placeholder="Password" value="<?= @$_POST['pass'] ?>"><?php echo @$error[2] ?>
<input type="text" class="email" name="email" placeholder="email" value="<?= @$_POST['email'] ?>"><?php echo @$error[2] ?>
<div id="boton">
<input name="Ingresar2" type="submit" value="."/ class="boton">
</div>
</body>
</html>
el codigo funciona pero:en el imput me sale esto:<?= @$_POST['email'] ?>,cada uno su codigo php