Jump to content

[SOLVED] Problem verifying usernames that start with a number.


A2xA

Recommended Posts

I have it where the users profile is at /users/username.

 

The script does this..

 

WHERE userUser = "' . $user . '"';

 

This works fine with any username that dosen't start with a number.

 

I'm wondering what the problem is.

 

Also, the mysql table is varchar and is stored fine with numbers and letters.

 

You can even see this problem at

http://battlewall.com

 

 

Thanks!

 

 

If you're going to "users/username" it's probably a problem in your .htaccess file .. you use the file to create 'friendly URLs'. I imagine there's a regular expression in there that only allows letters? Try having a look for it.. should be in your root directory..

 

Adam

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.