submitting a form with php

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!

Moderator: General Moderators

Post Reply
toms100
Forum Contributor
Posts: 119
Joined: Wed Feb 26, 2003 10:29 am
Location: Bristol,UK

submitting a form with php

Post by toms100 »

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

hope someone can help

thanks loads

Tom
User avatar
Slippy
Forum Contributor
Posts: 113
Joined: Sat Jul 12, 2003 11:31 pm
Location: Vancouver eh!

Post by Slippy »

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 :?:
toms100
Forum Contributor
Posts: 119
Joined: Wed Feb 26, 2003 10:29 am
Location: Bristol,UK

Post by toms100 »

yeah
toms100
Forum Contributor
Posts: 119
Joined: Wed Feb 26, 2003 10:29 am
Location: Bristol,UK

Post by toms100 »

ah i have found a class which works so ill use that:)

thanks for help anyway
User avatar
Heavy
Forum Contributor
Posts: 478
Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:

Post by Heavy »

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 :?:
A PHYSICAL form ??? :lol: :lol:
Post Reply