So instead of:
PHP Code:
$prod_description urlencode($prod_description); 
Try:
PHP Code:
$prod_description strip_tags($prod_description);