diff($dob)->y; $htmlContent = "Profile {$profileCode}"; $htmlContent .= "
{$profileData['ascii']}"; $htmlContent .= "

Name: {$profileData['name']}

"; $htmlContent .= "

UpTime / Years Old: {$age} years

"; $htmlContent .= "

Motto or Favorite Quote: {$profileData['motto']}

"; $htmlContent .= "

Hobbies and Interests: {$profileData['hobbies']}

"; $htmlContent .= "

Summary: {$profileData['summary']}

"; $htmlContent .= "

Positive Qualifiers: {$profileData['positive']}

"; $htmlContent .= "

Qualifiers You Should Know First: {$profileData['negative']}

"; $htmlContent .= "
"; $htmlContent .= ""; echo $htmlContent; } else { echo "Profile not found."; } } else { echo "Invalid request."; } ?>