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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.