Hi i am looking for some script which can display the result of the students .That is i want to publish the examination result on my site. There will be a Name field, Reg Number, 5 Subjects, and Marks obtained against each . What i want is just a field to enter Reg number and a submit button. Then the result of the person displayed on a page. The data submitting field must be in a page. This may look some thing like this : http://www.cisce.org/AcceptIndexNo.aspx?Type=ICSE Please help me finding it Or any extention or mod or plugin etc any thing
First of all, there've no any such way to display the result on your site without requesting action data from the cisce site cause you've not the db of result 2009. Better, I think, it's only possible to track the result by using requesthttp method. Ok...if I got time to built a such pages, I'll intimate you.
You wont find a ready made script for such a specific task. Go look for some curl+php tutorials. Easy enough to parse html in php with regex or etc.