I have a form which shows results if a proper roll number is entered... the results are fetched from http://results.vtu.ac.in and only the table is shown... now i want to add the data of the table to my database using php.
Is there a way to do it..?
for example if the roll number entered is 1rn10cs006
the page will show the results as Semester: 8 Result: FIRST CLASS WITH DISTINCTION
Subject External Internal Total Result
Advanced Computer Architectures (06CS81) 59 23 82 P
System Modeling and Simulation (06CS82) 55 22 77 P
Project Work (06CS85) 97 97 194 P
Information and Network Security (06CS835) 59 20 79 P
Seminar (06CS86) 0 49 49 P
Programming Languages (06CS846) 60 24 84 P
Total Marks: 565
Now i want the data from this table to be stored to my database so that if the same roll number would search again... the result should be shown from my database and not from results.vtu.ac.in...
Help me out pls..