Trying to do this:
$product_description = 'Credit balance of €' $_POST['creditamount'] ;
Want to display that post inside my variable but get this
Parse error: syntax error, unexpected T_VARIABLE in /var/www/account/credits/moneybookers/process.php on line 48
What am i doing wrong??