Find email address of all instructors who are teaching a course, as per a given webpage
- Save the page containing course and instructor details as page1.html
For example: This page contains info about courses offered as per filters in the link: https://explorecourses.stanford.edu/search%3Bjsessionid=05B4F0C555020025D45A3E75668CD846?page=0&catalog=&q=CS&view=catalog&filter-catalognumber-CS=on
-
Start XAMPP
sudo /opt/lampp/lampp start
-
Open readPage.php from a browser.
-
The PHP script should display list of emails of instructors listed on the page saved as page1.html
END OF DOCUMENT