Page 1 of 1

insert into multipal tables

Posted: Fri Dec 16, 2005 2:27 pm
by Sculpture
Hello,

I have not used joins in a web site before and am having a lot of problems. The page being built is an online catalogue with many departments, that have been split into departments and sub-departments. If I can get through the first one I should be able to get through the next.javascript:emoticon('8O')

This is the page I have built http://www.sportsmark.com.au/Admin/catalogue/insert.php

It is a typical insert page but rather than insert I am hoping to take the information from this page to the next, (with the dynamic dropdown menu), from which the value is numerical, coming from the primary key.

I though that what I would do is set up several pages and be directed to the correct one by the primary key. I don't know if that's viable.

Thanks for any help.

Posted: Fri Dec 16, 2005 6:53 pm
by Sculpture
I have re-thought the method and am now using one page instead of sending variables to another, using dependent dropdown boxes. (Another can of worms) Therefore will have to find a way of inserting several forms at once.

Am I on the right track?