Requirement: for example,. php, user access, automatic post data to B. php and jump to B. the php effect is the same as clicking the button in the form, but there is no such button, the user does not need to click, Automatic completion does not know whether there is any implementation method? Requirements:
For example, a user accesses a. php file and automatically posts data to B. php and jumps to B. php.
The effect is the same as clicking the button in the form, but there is no such button, the user does not need to click, automatically complete
I wonder if there is any implementation method?
Reply content: requirement:
For example, a user accesses a. php file and automatically posts data to B. php and jumps to B. php.
The effect is the same as clicking the button in the form, but there is no such button, the user does not need to click, automatically complete
I wonder if there is any implementation method?
The program automatically submits the form.
$ SHtml = ""; $ sHtml = $ sHtml. "script document. forms ['submit ']. submit (); script"; return $ sHtml;
Use fsockopen to submit post data in a. php.
Then output a piece of JS to jump to B. php.
Curl post followed by header jump