|
I’m experiencing a few small problems with my code on a registration page I'm creating.
Firstly, my email validation code doesn’t seem to be working, it checks to see if an email address has been entered, but that’s it, for some reason its bypassing the other “else if” statement.
The other problem is that I can’t seem to get the script to insert the data into mysql, I’ve tried various things. I think it might have something to do with my true/false statements.
Keep in mind that I'm still a n00b when it comes to php and I'm learning daily.
If anyone can fix my problems, please comment what you fix properly.
Any help would be appreciated.
|