Page 1 of 1

*full of pride*

Posted: Fri Apr 26, 2002 6:28 pm
by Jim
Hehe, I'm excited.

I figured out how to send information to a MySQL DB using a form. I'm going to create that member thing I was talking about earlier.

Now I need to know how to make sure each submission creates its own ID so I don't have stuff overwriting one another.

This is hella cool. I've learned a ton of 'n00b' stuff in one day!

*gleamsw/pride*

Posted: Fri Apr 26, 2002 6:31 pm
by mydimension
im sure you will get to it but just for reference here is how you make unique ids :: http://www.devnetwork.net/forums/viewtopic.php?t=111

yep

Posted: Sat Apr 27, 2002 4:14 am
by Oxy
You just gotta use 'AUTO_INCREMENT' when creating the id field.