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!? Link to comment https://forums.phpfreaks.com/topic/147302-cant-post-string-after-sign/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.