Need help with Paypal "pay now" button on my website

http://www.nitharsan.com/sandbox

Please click on the above link. After entering some real info, and clicking PAY NOW… there is only limited information in the Description at the left side. Therefore I’m unable to know what services the user has selected. How can I make Paypal or my HTML code be able to include the Services in the Description? So Once a user pays, I will know what Services the user has selected. Please check “view source” on my code.

try concatenation of the strings e.g.
[php]

<?php $str1="blah"; $str2="blah!"; $str3="blah!!"; $desc= $txt1 . " " . $txt2; ?> [/php]
Sponsor our Newsletter | Privacy Policy | Terms of Service