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*
*full of pride*
Moderator: General Moderators
- mydimension
- Moderator
- Posts: 531
- Joined: Tue Apr 23, 2002 6:00 pm
- Location: Lowell, MA USA
- Contact:
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
You just gotta use 'AUTO_INCREMENT' when creating the id field.