Search found 4 matches
- Sun Jun 26, 2011 7:33 am
- Forum: General Chat
- Topic: Opinion of first real website made from scratch?
- Replies: 1
- Views: 603
Opinion of first real website made from scratch?
http://bosh.elegantlytragic.tk It's being made for a small indie game "organization" a friend came up with. I've been messing around with web design, and offered my services. Real, constructive criticism would be appreciated. Both good and bad. I know the styling could seriously use work o...
- Tue Jun 21, 2011 12:17 pm
- Forum: Tutorials
- Topic: [User Login and Registration] Can't check if username exists
- Replies: 4
- Views: 1054
Re: [User Login and Registration] Can't check if username ex
*facepalm* ...thanks. xD
- Tue Jun 21, 2011 12:14 pm
- Forum: Tutorials
- Topic: [User Login and Registration] Can't check if username exists
- Replies: 4
- Views: 1054
Re: [User Login and Registration] Can't check if username ex
This is what happens when I do this at three in the morning. Thanks!
How do you actually "write" backticks though? Running Ubuntu.
How do you actually "write" backticks though? Running Ubuntu.
- Tue Jun 21, 2011 11:30 am
- Forum: Tutorials
- Topic: [User Login and Registration] Can't check if username exists
- Replies: 4
- Views: 1054
[User Login and Registration] Can't check if username exists
So I've been following your tutorial, and everything seems to work, errors and verifying, except for the preventing of more then one of the same username. <?php error_reporting(1); // checks if username is taken function user_exists($user){ $user = mysql_real_escape_string($user); $total = mysql_que...