i'm now getting another error
Parse error: syntax error, unexpected ';' in /usr/home/desbrina/public_html/join.php on line 77
77 is the mkdir line
$_SESSION['cards'] = true;
mkdir("/users/stamps/".htmlspecialchars($_POST['MemName']."/", 0777); // Line 77
function full_copy( $source, $target ) {