rehanqadri Posted July 31, 2009 Share Posted July 31, 2009 I have been working on PHP for quite sometime but recently I have been faced with a situation in which I have to create a MASTER DETAIL form having CRUD operations [Create, Read, Update and Delete]. In PHP, i have never done this and looking for some sample code in order to achieve this. Let me give an example what I want to achieve: Master Information: [Voucher_Master] =============== Transaction Number: Voucher Date: Voucher Description: Detail Information: [Voucher_Detail] ============== Account Code Account Name Debit Credit There is one to many relationship between Voucher_Master and Voucher_Detail. I would be very thankful if somebody can guide me in this regard. Eagerly waiting for response. Quote Link to comment Share on other sites More sharing options...
MatthewJ Posted July 31, 2009 Share Posted July 31, 2009 Google is your friend http://www.netbeans.org/kb/docs/php/wish-list-lesson1.html That s for a specific editor, but should give you the right idea... I will see if I can find a better one. Quote Link to comment Share on other sites More sharing options...
Maq Posted July 31, 2009 Share Posted July 31, 2009 I agree with MatthewJ, it's best to Google and example for your Homework. Quote Link to comment Share on other sites More sharing options...
rehanqadri Posted August 1, 2009 Author Share Posted August 1, 2009 Yes, I also agree and in fact I have googled around for a week but was not able to find the answer. Actually I have aslo browsed through the link provided by this does not solve my problem. Quote Link to comment Share on other sites More sharing options...
MatthewJ Posted August 1, 2009 Share Posted August 1, 2009 Yeah, sometimes you have to try and actually read and understand the content provided... you're not always going to find a 1 to 1 example of what you want to do that you can just copy. 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.