prepare("SELECT user_id FROM users WHERE email = ?"); $stmt->execute([$email]); if ($stmt->rowCount() > 0) { $error = "Email already registered"; } else { // Hash password $hashed_password = password_hash($password, PASSWORD_DEFAULT); // Generate verification token $verification_token = bin2hex(random_bytes(32)); // Insert new user $stmt = $db->prepare("INSERT INTO users (email, password, first_name, last_name, phone, verification_token) VALUES (?, ?, ?, ?, ?, ?)"); $stmt->execute([$email, $hashed_password, $first_name, $last_name, $phone, $verification_token]); // Send verification email (pseudo code) // sendVerificationEmail($email, $verification_token); // Redirect to success page $_SESSION['registration_success'] = true; redirect('registration-success.php'); } } } // Display registration form ?> Register - Monthly Tombola

Register

Already have an account? Login here

setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch(PDOException $e) { die("Database connection failed: " . $e->getMessage()); } // Start session session_start(); // Common functions function sanitizeInput($data) { return htmlspecialchars(strip_tags(trim($data))); } function redirect($url) { header("Location: $url"); exit(); } function isLoggedIn() { return isset($_SESSION['user_id']); } Monthly Tombola - Win Big Every Month!
Next Draw:

Win 80% of the Pot Every Month!

Buy your tickets now for a chance to win the monthly prize. 80% goes to the winner, 20% is our commission.

Current Monthly Draw

$5,420
Current Prize Pot
80% to winner (≈ $4,336)
542
Tickets Sold
$10 per ticket
14
Days Remaining
Draw on June 30, 2023

How It Works

1

Buy Tickets

Purchase tickets for $10 each. Each ticket gives you one entry into the monthly draw.

2

Wait for Draw

The draw happens automatically on the last day of each month at midnight UTC.

3

Win Big!

One lucky winner gets 80% of the total pot. We keep 20% as commission.

Previous Winners

WINNER
JD

John D.

May 2023

$3,840

"I couldn't believe it when I won! The money was in my account within 24 hours."

WINNER
SM

Sarah M.

April 2023

$2,960

"This came at the perfect time. I used the money to pay off some medical bills."

WINNER
RK

Robert K.

March 2023

$4,120

"I bought just one ticket on a whim. Best $10 I ever spent!"

Buy Tickets

Select Number of Tickets

Tickets: 0
Price per ticket: $10.00
Total: $0.00

Choose Payment Method

Credit/Debit Card

PayPal

Frequently Asked Questions