PHP Mini - Project 2

I want you to go back to project 1 and add the following:

1) Break apart the name into first name and last name. Display both to the user formatted like this:

First Name: John
Last Name: Doe

2) Display to the user their credit card information formatted like I did below:

XXXX-XXXX-XXXX-4578
expiration date: 06/03

You will need to use the function to get the last four digits and display the digits behind all of the X's.