0) {
print('' . $_SESSION['msg'] . ' |
');
$_SESSION['msg'] = "";
}
$data = $_SESSION["profiledata"];
if ($data != NULL) {
print '';
print 'Edit User Profile | ';
print '
';
print ' ';
print 'Please note that the fields with "*" are mandatory.';
print ' |
';
print '';
} else {
print ' |
';
print 'Sorry, there was an error trying to retrieve your profile. Please contact a freeSMS team member for support.';
print ' ';
}
?>
|