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
Post a Comment