I am new at php, so bear with me.
I want to parse some html-data from a website, and i can do it with http://simplehtmldom.sourceforge.net/ pretty easy. The problem is that i need to get the data from a website, where i need to post some data, which means i can't just use the url which the library needs. I can use the action and post i a form to redirect to the website, but i can't get the information. Can you help me here?
Regards Jesper