PHP simulates POST and has no functions that are commonly used by itself. vpost($url,$data,$cookie){ // Simulate submission data function $curl = curl_init(); // Start a CURL session curl_setopt($curl, CURLOPT_URL, $ url); // The address to be accessed curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0); // For authentication
PHP simulates POST and saves the ones you commonly use1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|