Gowthamprabhus Posted July 24, 2013 Share Posted July 24, 2013 Hi all..I am trying to search a data from the database and trying to display( similar to that of displaying exam result, one will enter his registration number, he will be showed his results)Pls help me how to do this.I have a Wamp server with databasei have to search using column name called rollnowant to display colums called dob, name , email, phone no . All datas i have in databasePls help me Quote Link to comment Share on other sites More sharing options...
litebearer Posted July 24, 2013 Share Posted July 24, 2013 What have you tried thus far and what error(s) are you getting? Quote Link to comment Share on other sites More sharing options...
Gowthamprabhus Posted September 6, 2013 Author Share Posted September 6, 2013 I have tried the few codes given in this forum topic , but i am not successfull Quote Link to comment Share on other sites More sharing options...
Irate Posted September 6, 2013 Share Posted September 6, 2013 Which forum topic are we talking about? Quote Link to comment Share on other sites More sharing options...
gizmola Posted September 6, 2013 Share Posted September 6, 2013 I have tried the few codes given in this forum topic , but i am not successfull This is how things work. You show code, we help. You describe your requirements repeatedly and we lock the thread. Quote Link to comment Share on other sites More sharing options...
Gowthamprabhus Posted September 7, 2013 Author Share Posted September 7, 2013 Sir, I have a database which contains student details such as register number, name, date of birth, address, contact mail, etc. I want to display the details of the student in a page . If i enter the register number of the student and click submit , all the details of the student should be submitted, I need a code for this.. Can anyone help me. If i ant to update the data what should i do ? Kindly help me. I am new to php Quote Link to comment Share on other sites More sharing options...
gizmola Posted September 9, 2013 Share Posted September 9, 2013 Already you have repeated the same thing twice. What have you tried? To do a query by a single piece of criteria, is one of the most basic problems going. You literally could start with code from here: http://www.php.net/manual/en/pdo.prepare.php 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.