Does the first field in a form have special significance?
Have two fields in table:

last_name
member_id

member_id is key and autoincrement.

mysql won't accept two last names as same when last_name is first field.

when member_id is made first field, then can input same last name into
last_name field.

why is that?


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to