Posted by tony on 06/08/06 09:27
In article <4ensg4F1fdeu6U1@individual.net>, paul.lautman@btinternet.com
says...
> tony@tony.com wrote:
> > Is it possible to use the post method to send a form from PHP without
> > having to put the form in a html page?
> >
> > <form action="https://www.mysite.com/cgi/incoming.php" method="post">
> What you need to do is to explain what you ultimately want to happen.
>
I'm sorry I assumed you could see what I want to do by looking at the
form action I posted
I want to send the data to another web server as if it had been posted
using the forms post method without having the form appear in the source
of the clients web page.
Looking at it another way I want to "post" the data without using the
form but it MUST be using the "post" method because thats how the
reciever is set up and I cant control that.
I already have the data I just want to use the post method to send it
without the client getting it as well.
I hope that explains it - I can't think of a way to say it any clearer.
tony
[Back to original message]
|