Does it say anything more than "something wrong"? 🙂 Maybe the error message tells you what is wrong?
When I want to echo array elements, I always concatenate the string, taking the array element outside of the quotes like this:
echo "<p>Du har bestilt (".$_REQUEST['mus_pinkie_antal'].") Stk. Musse Pinkies</p>";
I don't know if that will definitely fix your problem, but it's worth trying.