I have an array that is used to get a persons name and i have the variable below which will give me the Full name name the user. e.g. John Smith. How do i split this array in to two variables.
e.g. $fb_firstname and $fb_lastname?
$fb_name = $user_profile['name'];