I came accross this site by google, i saw really amazing team that helps here, my problem is as follows:
I have a javascript that generates a random link when ever visited.
I want using curl/php to get the information in that hyperlinked page.
Easy part: I curl current page containing the javascript code that generates the link and i will have it saved as a variable $var
Hard part: How to know the link that i have to visit next (generated by javascript)
their is no pattern for links, they are totaly random links.
Any help will be much appreciated!