Small Problem Curl
Posted: Sun May 09, 2010 10:39 am
As the topic I have a problem because my curl introduce the data where you do not have:
For this I want to make:
And to be amended:
With this script:
I want to curl my introduced changes to : loginForm not registerForm.
For this I want to make:
Code: Select all
<input type='text' name='login' class='loginForm' />Code: Select all
<input type='text' name='login' class='registerForm' onChange='check' value='xxxxxxx'> Code: Select all
$postFields['login'] = 'xxxxxxx';
curl_setopt ($ch, CURLOPT_POSTFIELDS, $postFields);