Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/06/2009, 01:45
Avatar de abidibo
abidibo
 
Fecha de Ingreso: mayo-2009
Mensajes: 121
Antigüedad: 14 años, 11 meses
Puntos: 7
Respuesta: problemilla aydua por favor

Hola, prueba asì
form:
Código PHP:
echo "<input type=\"text\" name=\"text\" />"
action:
Código PHP:
$text $_POST['text'];
$reg_exp "#<|>#";
if(
preg_match($reg_exp$text)) exit("error");