http script to php?
- by Simon
Does anyone know how to write this code in php?
<html>
<form action="https://start.exactonline.nl/docs/XMLDivisions.aspx" method="POST" enctype="application/x-www-form-urlencoded" >
<input type="hidden" name="_UserName_" value="*****">
<input type="hidden" name="_Password_" value="****">
<input type ="submit" value="Login">
</form>
<form action ="https://start.*****.nl//docs/XMLDownload.aspx?Topic=GLTransactions&output=1&PartnerKey={672c4524-807b-4595-9518-78d848b3e9c6}" method="post">
<input type="submit" value="xmlinput">
</form>
</html>
Thnx in advance!