ExtileFluntee
New Member
So my university has a website where anyone can view it, select a few options from drop down lists, then when you click submit, it returns what you asked for. In the table it returns is the text "Full" or "Not Full" for each class returned.I know cell phone companies have the email gateways so when the text says Not full I will send an email (text) to my cellphone.the website has the .cfm extension and im not really sure what that is. I have some experience with all the front end stuff like php, mysql and html(although self taught and mostly just copy/pasting from what I can find) and also I have two courses in C++, although ive never used c++ with http.I feel like i just need to maybe create a script that runs every so often that checks the website but I'm not sure how.heres the website https://studentservices.uwo.ca/secure/Timetables/mastertt/ttindex.cfmthe idea came from an app called course sniper but its for macs only. I really only need it for this one lab.any ideas?