
07/08/2006, 22:43
|
 | | | Fecha de Ingreso: marzo-2006
Mensajes: 141
Antigüedad: 19 años Puntos: 0 | |
creo ke puede ser porke te faltan las comillas, tienes esto
<form action=<?php $PHP_SELF ?> method="post" name="frm">
cuando deberia ser
<form action="<?php $PHP_SELF ?>" method="post" name="frm">
saludos
__________________ Share what you know...learn what you don't :si: |