|
Posted by bpsdg on 07/15/07 12:49
Hi,
I'm using Dremweaver MX 2004.
I've just started into PHP / MySQL, but it works pretty well up until now.
One thing I can't seem to figure out at the moment.
I have a details (display only) page, which show one record. On that page I
have buttons for new-, update- and delete record. I got the update record
page working, so that after updating it will go to the same record on the
details page using an ID field.
I want the same behaviour from the insert record page. But the ID field is
an autoincrement field and I don't know how to get that when the new record
is created. In visual basic for example I can grab the new auto increment
field just before the record is created. But I can't find anything like that
in PHP. It can't always just be the highest number, because maybe two users
are adding records simultaneously.
Any suggestions?
Regards, Bas.
Navigation:
[Reply to this message]
|