y si quiero validar los datos? como se hace con un array...
me da este error:
Warning: preg_match() expects parameter 2 to be string, array given in
Código PHP:
Ver original$pre = '/([?1234567890][.][1234567890][1234567890])+$/';
$no ="no";
if ($no==$sino){
echo " Please enter a valid value in the Price.";
}