redirect - PHP/cURL Redirection -


here problem

i want post data page using curl, redirected destination page without using header function.

the call must post request.

i don't want retrieve data on call page.

any solution ?

please thank you

there multiple way handle it. 1 simple solution save $data session , retrieve session data other file.

another method create form values , post form using javascript.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -