-
WELCOME TO BIKE POOLING
Find a bike with an empty seat travelling towards your destination.
-
FIND A RIDE AND SHARE A RIDE
Find a perfect ride based on your travel needs and share a ride with drivers travelling towards same destination.
-
SAVE FUEL , MONEY AND ENVIRONMENT
Don't bring another bike on the road. Get on to a bike which is on the road. Avoid road congestion, save money and fuel, and become environment friendly.
; ; 0) {
echo ("email already exists");
} else {
if ($password === $cpassword && $mobile >= 10 ) {
$insertquery = "insert into registration ( username, email, mobile , password , cpassword ,token , status) values('$username','$email', '$mobile' , '$pass' ,'$cpass','$token','inactive')";
$iquery = mysqli_query($con, $insertquery);
if ($iquery) {
$subject = "BIKEPOOL ACCOUNT ACTIVATION ";
$body = "Hello, $username . click here to activate your account : http://localhost/bikepool/emailverify.php?token=$token";
$sender_email = "From: bikepool2@gmail.com";
if (mail($email, $subject, $body, $sender_email)) {
$_SESSION['msg'] = " CHECK YOUR MAIL TO ACTIVATE YOUR ACCOUNT $email";
header('location:login.php');
} else {
?>
0) {
echo ("email already exists");
} else {
$insertquery = "insert into subscribe (email) values('$email')";
$iquery = mysqli_query($con, $insertquery);
if($iquery){ ?>