Cita:
Iniciado por CoriaWeb
Código PHP:
Ver original$findme = "{noticias}";
$pos = strpos($_POST["codigo"], $findme);
if ($pos === false) {
echo "No aparece ".$_POST["codigo"];
} else {
echo "aparece ".$_POST["codigo"];
}
Prueba esto haber que dice
NO ponga lo que ponga me aparece No Aparece