fatnjazzy wrote:thanks but i dont understand how does that helps me to get the language of the input...?
thanks again
thanks,
about eregi, how can i define a range (max and min)for a string.
i want that the user will put password between 4-8 letters and numbers.
like
if(eregi("[a-zZ-a0-9]{4-8}"))
{
return true;
}
else
return false
this code returns an error.
thanks all