Hello
I would really appreciate some help on this.
I need to write a PHP script which sends certain information (in this case user registration information) to an iBill script.
So basically I want to send $username etc. to secure.ibill.com/cgi-win/ccard/rssignup.exe
iBill allows me to do this if I POST the information in a certain order.
My problem is, how do I POST using PHP?!!
thanks!!!!