ok here's the thing, I have a table in my DB (courses), and I want to fill it with data about all the courses that my school has. there's another site which has a form that let's people enter the code of the course and when they click "search" it shows results (that I want to insert into my table).
is there a way to make my code do a bunch of searchs through that site and get the results?
54uydf 1 Junior Poster
Recommended Answers
Jump to Post— tiggsy 4If you want to use php for this, it would be a lot easier if the school has an api you can tap into. Did you ask about this?
Jump to Post— Member #120589If they don't, be careful of using their data. It may not be allowed to be copied. They own the data, you may still need their permission to use it. I doubt that they'd give you this permission though.
One way to do this would be to use cURL.
…
All 6 Replies
tiggsy 4 Junior Poster
54uydf 1 Junior Poster
Member #120589
54uydf 1 Junior Poster
almostbob 866 Retired: passive income ROCKS
tiggsy 4 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.