manjifera Posted February 28, 2009 Share Posted February 28, 2009 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 for this? Is this related to method? as its treating = from $text as new parameter!? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.