Back to Gift Cards
imageexecute([$product_id]); $product = $stmt->fetch(PDO::FETCH_ASSOC); // Check if product exists and has icon_url if ($product && isset($product['icon_url'])) { echo htmlspecialchars($product['icon_url']); } else { // Provide a default image or empty string echo 'default-image.jpg'; // or echo ''; } ?>" class="razer-image1" />
prepare("SELECT title, icon_url FROM product WHERE id = ?"); $stmt->execute([$product_id]); $product = $stmt->fetch(PDO::FETCH_ASSOC); // Check if product exists if ($product) { // Echo title (with fallback if not set) echo htmlspecialchars($product['title'] ?? 'Untitled Product'); // Echo icon URL (with fallback if not set) } else { echo 'Product not found'; } ?>
4.8  (1243 reviews)
Purchase Razer Gold to use in thousands of games and entertainment apps.
Secure Purchase
Instant Delivery
Gift Ready
Digital Delivery
Physical Delivery
Select amount
prepare("SELECT * FROM product WHERE id = ?"); $product_stmt->execute([$product_id]); $product = $product_stmt->fetch(PDO::FETCH_ASSOC); if (!$product) { die("Product not found"); } // Fetch all details for this product $details_stmt = $pdo->prepare("SELECT * FROM product_detail WHERE product_id = ?"); $details_stmt->execute([$product_id]); $details = $details_stmt->fetchAll(PDO::FETCH_ASSOC); ?>
icon
$  $ $
After purchase, you will receive your gift card code via email. The code can be redeemed on the official Razer Gold platform.
Details • Digital code delivered via email
• Instant delivery after payment
• Valid in the selected region
• No expiration date