PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a single registration form that I need to submit to two different http addresses. I need the registration contact info. posted to one http and I need the "join newsletter" option posted to a third-party vendor cgi.
Is this possible? Are there any php classes that can help me?