Hi
I created a db so to update a post
when a browser submits a post I have four tables take in values.
The tables are
Autor
PK Author
has a
note
PK noteID
FK Author
is a
Post
PK PostID
FK BullitenID
FK noteID
description
Which belongs to
board
PK bullitenID
My problem is updating POST TABLE with the FK values created when inserted at the patent tables.
I came across mysql_insert_id();
however I am not sure.
I have created plenty of insert for dbs without referential joins.
Thanks