⚠️ WARNING: Delete this file after testing!
"; // Test 1: Check database connection echo "✓ Database connection successful!
"; echo "Connected to database
"; } else { echo "✗ Database connection failed!
"; if ($db) { echo "Error: " . mysqli_connect_error() . "
"; } echo "