|
Posted by The Natural Philosopher on July 21, 2008, 6:07 am
Please log in for more thread options ania.malicka85@gmail.com wrote:
> Hello,
>
>> If you want to pass POST variables to a page you either have to post
>> them, as in submit a form, or use cURL through PHP.
>
> Thank you! I tried both methods, but:
> - when I used html form, I must click a button to proceed (and I want
> automatic redirection after 5 seconds). Can I simulate somehow submit
> click on this form?
>
Yes. Javascript can execute a submit operation. Ni odea how to time it tho.
> - when I used cURL functions (e.g. saved in file redirect.php) and
> want to pass POST variables to show.php it works okay (to delay I used
> sleep(5), but in the browser the original url (redirect.php) is saved
> and not changed to show.php. Any idea how to make that change?
>
Never used CURL - pass. In javascript the problem is soluble p[retty simply.
> Regards, Ann
|