I have a quick question. How do I get only the last 4 digits of the cc_number? Will the following work? Or should I try something different..
Oh and I am emailing to myself that's why it has $message.
Here's the code I think will work:
$message .= "<td>{$_GET['cc_number'] = "XXXX-XXXX-XXXX-" . substr($cc_number,-4,4)}</td>";