Hertz Posted October 26, 2009 Report Posted October 26, 2009 I will show you a basic example about how to take some data from a web page which requires you to be logged in to view it.Why have the next example :On http://www.site.com/folder/page.php it’s given a random quadratic each time we refresh , like this : Quadratic is : ax^2+bx+c=0 , and we must calculate x1 and x2 and send their values like that : http://www.site.com/folder/page.php?solution=x1-x2 in less than 2.5 seconds.It’s obvious that this think can’t be done manually because you can’t calculate the two values and submit them in such a short amount of time.I will show you how to do this automatically in few programming languages like PHP,C,JavaScript Restul articolului : Data takeover from WWW (with session) Hertz's IT Blog Quote