PHP entering data into Joined Tables

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
elitegoodguy
Forum Newbie
Posts: 9
Joined: Mon Oct 02, 2006 1:00 pm

PHP entering data into Joined Tables

Post by elitegoodguy »

Hello,

I asked a question here yesterday and received a response within 10 minutes and within about an hour I had that portion of my program working. Thank you hawleyjr. However I do have another question, infact I'm actually not looking for an answer though lol.

I like to try to find the answer on my own and only ask for help when I either cannot find the answer or I have spent way too much time trying to make something work. I would like to know what howto, tutorial, etc... Would show me how to enter data in a Joined Table. I have essentially 3 tables in my database... 1 for my Products that I am using, 1 for my Projects that I have, and 1 for Joining the two together as a Many to Many relationship.

I am trying to make a form that I enter in all my product data, then from the database it will pull the list of open projects. And next to each project it will have a checkbox, by checking it that will tell me that I have used that product with that project. A product may have 3-4 or more Projects associated with it.

Also this would need to be easily editable, if I make a mistake I can go back throguh and uncheck an item and check the correct project.

If this helps here's a link to the topic that I created yesterday...
viewtopic.php?t=56418

Thank you devnetwork for all your help
Post Reply