Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~108 People Reached
Favorite Forums
Favorite Tags
Member Avatar for wickietetsu

hi there are a hidden in a post script such as this: [code] <form method="POST" > <input type="text" name="test1"> <input type="hidden" name="test2" value="[COLOR="Red"]example123==[/COLOR]"> <input type="submit" value="go"> </form> [/code] so in curl: [code] curl_setopt($ch, CURLOPT_POSTFIELDS, "test1=sss&test2=example123=="); // Pass form Fields. [/code] and this is wrong ! because in end of hidden …

Member Avatar for whiteyoh
0
107