Hi all. I've been having this problem and I was hoping someone could catch something I didn't. So here it goes:
I have developed a registration system using PHP and mySQL, with usernames and passwords being encrypted by salt and md5 (and display names getting no encryption) on PHP's end before being inserted into the database. This system normally works brilliantly, creating all registrations et al that goes with. However, as was pointed out to me this evening by one of my friends, there seems to be an occasional mySQL error where it refuses to enter either the username or password. Which of the two I didn't get a chance to figure out because said friend went offline.
My question is, of course, what could be causing such an issue when I've had an influx of 30+ registrations over the course of a few days (after opening the script to public - naturally I didn't catch this error when I was testing) and what can I do to fix it? I'll post any code you ask for, though in this situation I'm not quite sure what to post as I'm not sure exactly what's broken.