svalowden Posted June 25, 2008 Share Posted June 25, 2008 I'm pretty new to PHP and MySQL but I've downloaded some scripts and have almost everything working pretty well. My problem is that I have a users table linked to a profile table through the email column. What I want to do is allow a logged in user to update the profile table. When I do a join of the two tables I can display all of the data in either table but I can't update any of the data. The tables update fine individually. Is JOIN the way to do it or is there some other way? I'm using MySQL v4.1. Quote Link to comment Share on other sites More sharing options...
rhodesa Posted June 26, 2008 Share Posted June 26, 2008 you have to update the tables individually Quote Link to comment Share on other sites More sharing options...
fenway Posted June 26, 2008 Share Posted June 26, 2008 What are you trying to update that's in both tables? I'm confused. 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.