boo_lolly Posted November 11, 2006 Share Posted November 11, 2006 i'm working with two databases. a shopping cart where the database contains products. and a registry where products (from the database) and other products will be shown. if someone is browsing the registry, and decides to add something to the cart, they can, it will add their product(s) to the cart and immediately forward them to the shopping cart script where they enter their contact information.how would you go about getting one database to exhange information with another database. like if the shopping cart database has a table that says how many products are still in stock... but if the purchaser buys something from the registry (which is a product from the shopping cart) how would i subtract the amount of products left from the shopping cart AND have that NEW amount show up on the registry database ALSO? Quote Link to comment Share on other sites More sharing options...
fenway Posted November 12, 2006 Share Posted November 12, 2006 There's no reason why you can't insert references to the same record in two different tables. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.