Shaiff Posted July 25, 2009 Share Posted July 25, 2009 Hello There, I m trying to Retrieve values from my database i,e "testshaiff" and the name of only table is "members". Finally i managed to retrieve values of the first row but the members table contain thousand of records and i need to search a particular value from search form (i,e members_id) and my script should work like; it search members_id value entered on form and match it will all members_id (in database) and then fetch complete row of that particular members_id. That shall be shown on the page. Code is require to accomplish that task, Thanks in advance. Regards, Shaiff Quote Link to comment https://forums.phpfreaks.com/topic/167377-retrieve-databse-from-form-using-php/ Share on other sites More sharing options...
BMurtagh Posted July 30, 2009 Share Posted July 30, 2009 Hi, You might have better luck providing the code you already have or are attempting to use. People aren't just going to reply back and say "here's the code" and do it for you. Only way to learn is by doing so give it a shot, do some research and piece some code together and test it out. See how things go from there and then if extra input is needed reply back here with the code & where things stand with the development. Quote Link to comment https://forums.phpfreaks.com/topic/167377-retrieve-databse-from-form-using-php/#findComment-886931 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.