http script to php?
Posted
by Simon
on Stack Overflow
See other posts from Stack Overflow
or by Simon
Published on 2010-04-07T07:26:50Z
Indexed on
2010/04/07
7:33 UTC
Read the original article
Hit count: 348
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!
© Stack Overflow or respective owner