Cita:
Iniciado por dashtrash
Y has incluido la comparacion a if(isset($_POST['report'])){ ?
$_POST['report']==$yu1["id"]
Lo acabo de poner pero sigue igual lo inserta todos:
Código PHP:
Ver original<form action='' method='POST'>
<input type='submit' name='report' class='my_33' value='".$yu1['id']."'/>
</form>
if(isset($_POST['report']) == $yu1['id']){ }
Saludos.