Hi all i am not able to post string after = i am creating one app for orkut.com scrap sender
but i need to post some link like orkut.com/appsid=45454
i am using this code!
<?php
-......
............
.............
$text = "my message here to send as ortu scrap and link here orkut.com/appsid=45454";
$data = "POST_TOKEN=".$postsig[0][1]."&signature=".rawurlencode($postsig[1][1])."&Action.submit=1&scrapText=" . $text . "\n\n\n[silver]" . rand(0,1000000);
$ppp = cURL("http://www.orkut.com/Scrapbook.aspx?uid=" . $myuid , 0, $cookie, $data);
.....
.....
......
?>
what i have to do fore this is this related to method? as its treating = from $text as new parameter!?
cant post string after = sign!
Moderator: General Moderators