have small problem with a persistant user who am trying to keep off my sites .
i come across a bug with the lenght of username. .the form is set at max length 12 .and when i try it in opera or firefox it stops me at 12 characters . i will admit tho the sql length was set at 30 which i have rectified .. but even set at 30 how can someone enter more than 12 characters in a form thats set at 12. ???
i come across a bug with the lenght of username. .the form is set at max length 12 .and when i try it in opera or firefox it stops me at 12 characters . i will admit tho the sql length was set at 30 which i have rectified .. but even set at 30 how can someone enter more than 12 characters in a form thats set at 12. ???
Code:
$rform = "<form action=\"register.php\" method=\"post\"><p align=\"center\">"; $rform .= "$ue Username: <input name=\"uid\" style=\"-wap-input-format: '*x'\" maxlength=\"12\"/><br/>";
Comment