"; echo ""; echo "
"; echo ""; echo ""; echo ""; echo ""; echo "
"; echo ""; echo "
"; echo ""; echo "
"; echo ""; echo "
"; echo ""; echo "
"; echo ""; echo "
"; echo ""; echo "
"; echo ""; echo "
"; echo ""; } } else { echo "Incorrect password."; } } else { echo "Profile not found."; } } else { echo ""; echo ""; echo "
"; echo ""; echo "
"; echo ""; echo "
"; echo ""; echo "
"; echo ""; } function generateProfileHtml($filename, $profileData) { $html = ""; $html .= ""; $html .= "

{$profileData['name']}

"; $html .= "
{$profileData['ascii']}
"; $html .= "

Motto: {$profileData['motto']}

"; $html .= "

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

"; $html .= "

Summary: {$profileData['summary']}

"; $html .= "

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

"; $html .= "

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

"; $html .= ""; file_put_contents("profiles/{$filename}.html", $html); } ?>