// register.php - Webinar Registration // ======================================== // CONFIGURATION - Update these values // ======================================== $webinar_price = 9900; // Price in paise (9900 = ₹99) // ======================================== // Handle form submission - save to DB, then show Razorpay checkout // Verify CSRF token // Validation // Check if email already registered // Delete any previous unpaid registration for this email