Cita:
Iniciado por oscartt67 Mira, así te queda el codigo entero.
Código PHP:
<?php
$filt=" concat(integrante1,integrante2,integrante3,intgrante4,integrante5) like ";
for($ii=1;$ii<6;$ii++){
eval('$correo=$correo'.$ii.';');
if($correo<>""){$where=($where==""?$filt."'%$correo%'":$where." or $filt"."'%$correo'%");}
}
$sql = "SELECT * FROM proyecto WHERE "+$where;
$res = mysql_query($sql) or die(mysql_error());
if (mysql_num_rows($res) > 0)
{
echo "Ya existe Correo en otro proyecto"; return;
}
else
{
echo "No existe Correos en otro proyecto "; return;
}
?>
venga va, que ya lo tienes!!
Uff!! esto me da "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0' at line 1"
porque sera?