monkeybidz Posted October 16, 2007 Share Posted October 16, 2007 I have a current table in database named: userlist The fields in userlist table are: id - Primary name email password I need to add another table and link it to user. Table should be named jobs with fields: id user_id job_number Job_detail The above field name need not be named as they are. Will i have trouble linking these two tables? One user should be able to insert more than one job_number or row. Link to comment Share on other sites More sharing options...
fenway Posted October 16, 2007 Share Posted October 16, 2007 Why would you have any trouble? Link to comment Share on other sites More sharing options...
monkeybidz Posted October 17, 2007 Author Share Posted October 17, 2007 Sorry, but i have moved this topic to: http://www.phpfreaks.com/forums/index.php/topic,163700.msg717809.html#msg717809. I got past this part, but forgot to mark solved. Now i am having more trouble. Link to comment Share on other sites More sharing options...
Recommended Posts