I'm using CURL to log in to access my data but they have a field that generates a new key everytime I reload the page. My attempt was to extract the key value first, then include it to my postfield log in. When I do this, a new key has been generated making the extracted key useless. PHP Code: <?php $curl_handle = curl_init ( $url ); curl_setopt...


