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 Link to comment https://forums.phpfreaks.com/topic/280477-examresult/ 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? Link to comment https://forums.phpfreaks.com/topic/280477-examresult/#findComment-1442011 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 Link to comment https://forums.phpfreaks.com/topic/280477-examresult/#findComment-1448478 Share on other sites More sharing options...
Irate Posted September 6, 2013 Share Posted September 6, 2013 Which forum topic are we talking about? Link to comment https://forums.phpfreaks.com/topic/280477-examresult/#findComment-1448512 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. Link to comment https://forums.phpfreaks.com/topic/280477-examresult/#findComment-1448515 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 Link to comment https://forums.phpfreaks.com/topic/280477-examresult/#findComment-1448558 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 Link to comment https://forums.phpfreaks.com/topic/280477-examresult/#findComment-1448798 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.