Hi again everyone, I just need some quick help with checking a new username.
I've got my form set up, everything works, but when I tried entering a username that already exists, it links to my error page, but with this result:
...rsexpress.ulmb.com/sign_up/username_error?requsername=thedrumguy
Now, in the folder "username_error", I've got a php file named index, which is my designated file for existing user name errors. however, I do not have this part: "?requsername=thedrumguy".
I don't know what I need to do, but I'll try a few things and let you know if they work.
EDIT: It turns out I made a mistake in the coding...Sorry everyone.


