Logout'; } ?> WELCOME

BIKE POOL

0) { echo ("email already exists"); } else { $insertquery = "insert into subscribe (email) values('$email')"; $iquery = mysqli_query($con, $insertquery); if($iquery){ ?>

SUBSCRIBE TO OUR PAGE


HOW CAN WE HELP !


  • FOR BIKE OWNERS

    The bike owners have to upload their driving license and details about bike , if you face any problems related to the website you can contact us

    There wont be any online transactions from either side in bikepool

  • FOR BIKE CO-PASSENGERS

    The passengers doesnt have to upload anything but if you face any problems related to the website you can contact us

    The passenger can also add for how much amount they are willing to bikepool


0) { echo ("email already exists"); } else { $insertquery = "insert into contactus ( name, email, message ) values('$name','$email', '$message')"; $iquery = mysqli_query($con, $insertquery); if($iquery){ echo ("Sent successfully"); } else{ echo ("Sending failed"); } } } ?>