Salve, devo verificare se una stringa contenga dei numeri, per questo avevo pensato di usare la funzione "strpos" ma non so come impostarla.
La Array è la seguente:
$numeri = array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9');
Mentre la funzione:
$strpos = strpos($password, $numeri);
Ma ho questo errore:
Warning: strpos(): needle is not a string or an integer in /web/htdocs/www.sito.it/home/wp/form/conferma.php on line 118
Qualcuno saprebbe dirmi come impostarla correttamente?
Grazie a tutti
La Array è la seguente:
$numeri = array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9');
Mentre la funzione:
$strpos = strpos($password, $numeri);
Ma ho questo errore:
Warning: strpos(): needle is not a string or an integer in /web/htdocs/www.sito.it/home/wp/form/conferma.php on line 118
Qualcuno saprebbe dirmi come impostarla correttamente?
Grazie a tutti