Jump to content

examresult


Gowthamprabhus

Recommended Posts

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 database

i have to search using column name called rollno

want to display colums called dob, name , email, phone no . All datas i have in database


Pls help me :(

Link to comment
https://forums.phpfreaks.com/topic/280477-examresult/
Share on other sites

  • 1 month later...

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.