Hi,
I am trying to use cURL llibrary to access an wiki system that I am working on. Its been bought in by department but we are trying to do some automated tasks with it as we can't access the source code to make changes to the product.
What i want to do is to create link between users contributions to the site, to do this i want to be able to pull all the content from a page and store it locally and do a keyword search against a mySQL database.
But i am not sure how i can parse the data out of the page into an array or a text file so that i can do a search on the content in the page, I am able to edit the content from a text box, so this is an area where i can access the content directly.
Any help would be greatly appreciated
Boyindie
I am trying to use cURL llibrary to access an wiki system that I am working on. Its been bought in by department but we are trying to do some automated tasks with it as we can't access the source code to make changes to the product.
What i want to do is to create link between users contributions to the site, to do this i want to be able to pull all the content from a page and store it locally and do a keyword search against a mySQL database.
But i am not sure how i can parse the data out of the page into an array or a text file so that i can do a search on the content in the page, I am able to edit the content from a text box, so this is an area where i can access the content directly.
Any help would be greatly appreciated
Boyindie
Comment