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);