divya Posted November 25, 2008 Share Posted November 25, 2008 Hi all, I am doing an inventory project.In a particular page,i have a text box for customer id.if the entered customer id is valid,another text box for product id will appear.if it is valid a pop up box will appear and in that pop up box, the details of that particular product id and customer id should be displayed which should be retrieved from the relevant databases.I am able to create a simple form in pop up but doesn't know how to retrieve the values from database.can anyone help me?? Quote Link to comment https://forums.phpfreaks.com/topic/134165-to-retrieve-data-from-the-database/ Share on other sites More sharing options...
steveclondon Posted November 29, 2008 Share Posted November 29, 2008 use a hidden frame to provide a get method to a hidden script, then output the information back into javascript from the hidden frame into the parent document. Quote Link to comment https://forums.phpfreaks.com/topic/134165-to-retrieve-data-from-the-database/#findComment-701664 Share on other sites More sharing options...
priti Posted December 10, 2008 Share Posted December 10, 2008 divya what you are trying to do can be done with Help of AJAX i recommend you to go for a simple AJAX tutorial and you will be knowing what you have to do. If not then we all are here to help you in your query time :-) Quote Link to comment https://forums.phpfreaks.com/topic/134165-to-retrieve-data-from-the-database/#findComment-711361 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.