Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Is there any software available that can open webpagesautomatically on some spec

ID: 3613236 • Letter: I

Question

Is there any software available that can open webpagesautomatically on some specific entered values.

For example

Lets consider a webpage, that asks us to enter a roll number toview the result of a student

The roll numbers are from 001 to 999.

Now I can only view one record at time in this page...

Is there any software to which I can give value 001 and then ask itto open page, then again open the page, add 1 to 001 and then enterthe page again....and so on.....

Kindly tell me if someone knows about such software...

and if such software is available can I it also save webpageautomatically on every entry..i.e. after opening record for roll no001 it should save that page, then open record for 002 and thensave it and so on....

Kindly reply if someone knows about such software...

Thanks

Explanation / Answer

Well, from my experience, those websites frequently use PHP scriptsto generate webpage via database interaction. So the result page usually looks like http://www.site.com/student?id=xxx where xxx is the ID you'relooking for. What you could do is write a program that iterates over all theID's you're looking for and calls a system command to download thewebpage. For ex., if the site you're trying to get is http://www.site.com/student?id=### (same example as above), you canwrite a simple Java program that does wget commands in Linux; public class Downloader { import java.lang.Runtime; public static void main(String[] args) { Runtime rt=Runtime.getRuntime(); int startId=1; int endId=999; for(int i=startId; i
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote