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