Hey Guys,
I need to send an HTML email with the last 4 digits of the credit card. Everything else sends fine but must be an error in my code, probably didn't do it right can someone correct me please : )
XXXX-XXXX-XXXX-".substr{$_REQUEST['cc_number'] , -4, 4}
* Yeah I know, new to PHP so it's probably not the right way to do it. I thought this would work : /