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 wish to write a php script which submits a form to an address
this must loop and do a few form submissions, but i cant work out how to get php to emulate a user submitting a form
that is i dont want to write out a form but actually have php POST a form to a server.
im not sure if this is possible, but i havnt had any luck finding information about it
Let me see if I get this straight, you are trying to get a script (not a form at all) to post to multiple locations without having a physical form and a "submit" button
Slippy wrote:Let me see if I get this straight, you are trying to get a script (not a form at all) to post to multiple locations without having a physical form and a "submit" button