20080618 1609 GMT-6 I've got myself stuck and Im probably over thinking this.
I have a registration table and a player table (sports related). When a player registers for the first time I need to first put them in the player table, get their player_id and then put other data including the player_id in the registration table. One action must come before the other. The guy Im working with says Im needing trigger functions but, is there no way without taking another extra step of having the user first fill our a new player card and then registering? I thought about perhaps of putting everything into a session and refreshing the page, and then doing a registration update but, .... Im not sure that works either. wade
