cant post string after = sign!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
manjifera
Forum Newbie
Posts: 8
Joined: Sun May 11, 2008 2:52 am

cant post string after = sign!

Post by manjifera »

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!?
Post Reply