im doing a register form where user adds all information.. then im generating a password that is sent to them via email.. i want the password to ALWAYS contain small and BIG letters and numbers.. if not then generate a new password.. the problem is i dont understand the basics of ereg arguments.. this is what i have now:
anyone can see that the password is valid.. then sometimes it returns the generated password.. once the valid password looked like this POp0x2zk
so the problem is my ereg() function.. anyone have a solution?
thanks
Wille