Esta es la linea del enlace:
Código PHP:
<td width="521"><strong>ID: <?php echo "$id"; ?> <a href="index2.php?web=buscar.php&solicitud=<?php echo $id; ?>">(mandar solicitud)</a></strong></td>
Código PHP:
if ($_GET["solicitud"]) {
$_GET["buscar"]=1; //esto hace que se active la busqueda, y cuando pongo 0 me lleva al formulario, y si pongo 1 lo que hace es mostrarmelo todos
//$clave=$_SESSION["clave"];
//$email=$_SESSION["email"];
$fecha=getdate();$fe1=$fecha["mday"];$fe2=$fecha["mon"];$fe3=$fecha["year"];
$fecha="$fe3/$fe2/$fe1";
$consulta="INSERT INTO `solicitudes` (idusuario, idusuario_menor, idempresa, fecha) VALUES ('".$_GET["solicitud"]."', '0','$idempresa','$fecha')";
$result = mysql_query($consulta) or die("La siguiente consulta contiene algún error: ". mysql_error());
echo "Solicitud realizada correctamente, te atenderemos lo antes posible. <br><br>";
$msj = "HAN SOLICITAD DATOS MAYOR BUSCO CASTING $fechana
Se ha registrado una solicitud de datos de un menor.
";
$headers .= "From: $nombre $telefono <$email> \r\n";
include "email_enviar.php";
mail($email_enviar, "SOLICITAD DATOS MAYOR", $msj,$headers);
}
Un Saludo, espero respuesta.