php-general | 2001062

[PHP] "simulate" form submission From: Pascal Polleunus (pascal <email protected>)
Date: 06/19/01

Hi,

Does someone know how to "simulate" a form submission?
I guess I need to do something like
        header("Location: http://www.mysite.com");
        header($PostVarsData);
where $PostVarsData must contains the header informations to send the post vars

but what are these header informations?
how can I handle that?

Thanks,
Pascal