<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Im trying to extract our monthly telstra bill from the hideous portal <a href="https://www.telstrabusiness.com/business/login.jsp" target="_blank">https://www.telstrabusiness.com/business/login.jsp</a><br>
And I know the manual sequence with POST data and URLs except I cant seem automate it with Ubuntu, Apache, PHP & cURL, specifically logging in.<br></blockquote><div><br></div><div>If you can handle python, mechanize is a really easy way to do what you want. It automatically handles parsing HTML and dealing with forms.</div>
<div><br></div><div>Have a browse here:  <a href="http://wwwsearch.sourceforge.net/mechanize/">http://wwwsearch.sourceforge.net/mechanize/</a></div><div><br></div><div><a href="http://wwwsearch.sourceforge.net/mechanize/"></a>Daniel Foote. </div>
</div>