post - send $_POST to .php file without using CURL -


I $ $ without using curl I'm looking for the option to send _POST data as it increases the load time of my index .php. Is anyone?

I have a file that receives $ _POST data and load file based on the received data I have tried to use the curl, but it greatly increases the loading time of the document. Are there any faster options for communicating with 2 PHP files without revealing data sent?

I think you are searching for the wget program. It retrieves the content from a web server.

Downloaded here


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -