Jump to content

Get Exam Results on my site webpage!


indyarocks08

Recommended Posts

hi,I am a blogger.I saw websites like schools9.com,results.bharatstudent.com etc,where we enter our roll number and get get our results ,i need the html code so that when users enter their roll number,they can get their marks in the same page....pls help

Link to comment
Share on other sites

HTML cannot do that. HTML does nothing but display data. You need a server-side language, like PHP, to generate and manipulate the data.

Link to comment
Share on other sites

hi,I am a blogger.I saw websites like schools9.com,results.bharatstudent.com etc,where we enter our roll number and get get our results ,i need the html code so that when users enter their roll number,they can get their marks in the same page....pls help
I actually worked on a program like this a week ago. The program you use depends on how the data is stored.If the data you are requesting(the results) are stored in a database, you could use mysql, php, and xmlhttp to retrieve the data.If the data is kept in json name-value pairs, you can use javascript to retrieve the data. I can make you a sample of both so you can see how it works or give you a code to use for each if you can give me a sample dataset to use.
Link to comment
Share on other sites

Guest So Called

I think part of the problem of this topic resolves around the likelihood that the OP does not have legitimate or direct access to the site or to the information on that site, and that he's trying to encapsulate access to that site from within his own site, for whatever motivations. Or otherwise if I were he, I would be able to arrange my two websites to present this data seamlessly with no effort at all. I think the real problem is that the OP does not have access to the site that maintains the database.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...