|
Posted by flowover on 01/29/08 21:54
On Jan 28, 12:22 pm, ZeldorBlat <zeldorb...@gmail.com> wrote:
> On Jan 28, 2:50 pm, "Greg N." <yodel_do...@yahoo.com> wrote:
>
> > Is there a way to pass (POST) data from one page (script) to another
> > other than using a FORM? I don't want to use GET either.
> > --
> > Gregor mit dem Motorrad auf Reisenhttp://hothaus.de/greg-tour/
>
> Curl:
>
> <http://www.php.net/curl>
Look into this. You can only submit a form on an enduser's machine
with javascript. If you're looking to share the data on one server,
use sessions. If you need to post a form to another server, use
curl.
Navigation:
[Reply to this message]
|