*full of pride*

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Jim
Forum Contributor
Posts: 238
Joined: Fri Apr 19, 2002 5:26 am
Location: Near Austin, Texas

*full of pride*

Post 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*
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post 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
Oxy
Forum Newbie
Posts: 17
Joined: Fri Apr 19, 2002 5:47 am
Location: U.K
Contact:

yep

Post by Oxy »

You just gotta use 'AUTO_INCREMENT' when creating the id field.
Post Reply