When opening a server-side web page, some parameters need to be passed. Do you need to transmit the parameters in post mode? How to get_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:22:19
Original
1413 people have browsed it

http post http Transmitting parameters through post

When opening a server-side web page, you need to pass some parameters. Do you need to transmit parameters through post? How to do it?

The system opens a query page of other servers by opening a link, and this query page needs to pass some parameters


and other people’s documents say that it requires Transmit parameters via post? I'm depressed. How do I transmit parameters in the post method in this case? I just open the page, not submit anything

Generally open it in the get method: http://www.hao123.com? id = "123"

How to open it as a post? What we want to do is to open the server-side web page through a link in the front desk

Is the request wrong? If the request is correct, how should I do it?

Reply to the discussion (solution)

Can anyone give me some advice?

Please give me guidance! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !

This is usually processed in the background program, socket or curl can be used

If it is done in the front desk, the entire page will be empty, ajax post will retrieve the data and then refresh the page

Use js to simulate a click

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!