hola de nuevo, estos son mis codigos... que siguen sin imprimir en destino nada...
Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><title></title>
<style type="text/css" media=all>
</style>
</head>
<body>
<form method="POST" action="http://localhost/red_social/resultado_busqueda.php">
<?php
$var="Hola";
?>
<input type="text" name="nombre"><br>
<input type="text" name="apellidos"><br>
<input type="text" name="email"><br>
<input type="text" name="telefono"><br>
<input type="text" name="domicilio"><br>
<input type="text" name="fechanacimiento"><br>
<input type="submit" name="Buscar"><br>
<input name="flag" type="hidden" id="flag" value="<?php echo $_POST['flag'] ?>">
</form>
</body>
</html>
Código PHP:
<html>
<head><title></title>
<style type="text/css" media=all>
</style>
</head>
<body>
<?php
echo $_GET["flag"];
?>
</body>
</html>
perdona la osadia de mi post anterior :)...