School Computer Lab

Unfortunately this project hasn't been funded on time!
Old Computer Lab

I’m crazy about cleaning, but not with the old fashioned vacuum cleaner.
It’s the electricity cabkle that bothers me the most…

 

SO.. I invented the cordless vacuumcleaner!

No new updates
No backers yet!

$0
raised of $25,000

This project will only be funded if at least $25,000 is raised by October 1, 2017
Project sponsor

  • Paradise

    I'm going to clean your house.

Create an Account to Start a Campaign

//$errors = register_new_user($_POST['user_login'], $_POST['user_email']);
$errors = wp_create_user( $_POST['user_login'], $_POST['user_password'], $_POST['user_email'] );
if (!is_wp_error($errors)) {
//Success
$return['result'] = true;
$return['redirect']=home_url().'/launch-project/';
$return['message'] = esc_html__('Registration complete.', 'funding');
} else {
//Something's wrong
$return['result'] = false;
$return['error'] = $errors -> get_error_message();
}
}
echo $this -> json_encode($return);
exit();
}
}

×