Jump to content

cant post string after = sign!


manjifera

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.