I am in need of someone to load a stats page onto my website. I am a website traffic seller and need to get this on my site in order for customers to access their campaign stats. I have the html code. Please let me know if you can help. Thanks.
<form id="form1" name="form1" method="post" action=""> OrderID<input name="orderid" type="text" id="orderid" /><br /> PIN<input name="pincode" type="text" id="pincode" /><br /> <input type="submit" name="Submit" value="Submit" /></form> <iframe scrolling="auto" height="1000px" width="780px" frameborder="0" style="border:none" src="http://resell.traffic-network.net/order_status.php?resell=qvisits&orderid=<?php echo $_POST['orderid'] ?>&pincode=<?php echo $_POST['pincode'] ?>"></iframe>