Flash to php formating problems

simple I have done this a million times…

<code>
function sendtoReview() {
toReview = new LoadVars();
toReview.action = “add”;
toReview.ordernum = ordernum;
toReview.descr = cart_desc+file_link;
toReview.price = cart_price;
toReview.review = file_preview;
toReview.send(“http://blahblah/review_2.php","_self","POST”);

}

btn_submit.onPress = function() {
sendtoReview();
};
</code>

It indeed posts the variables BUT it is inserting html tags…

here is the output…anyone know whats going on? I have tried this locally ( wamp )and on a remote server

Fresh install of adobe cs3 win 7, happens regardless of what version of php I am using.