Código:
$consulta = mysql_query("SELECT COUNT(*) FROM tabla1,tabla2 WHERE tabla1.campo = tabla2.campo");
if ($row = mysql_fetch_row ($consulta)) {$recuento = $row[0];}
if ($recuento > 0) {$inserta = mysql_query("INSERT INTO tabla2 (campo) VALUES (valor)");}
Joe Tawers,
<a href="http://www.ilimit.com/towers">http://www.ilimit.com/towers</a>