... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
27884 مقال 231 مصدر نشط 38 قناة مباشرة 6551 خبر اليوم
آخر تحديث: منذ 0 ثانية

Football Daily | World Cup playoffs mean it’s crunch time for Gattuso, Bellamy and Potter

رياضة
The Guardian Football
2026/03/26 - 15:48 502 مشاهدة

Sign up now! Sign up now! Sign up now? Sign up now!

It’s Geopolitics World Cup playoff day, dear reader, and Gibraltar are playing Latvia in a winner-takes-all clash. Sadly, for football romantics, that game is the first leg of a Nations League promotion/relegation playoff. Uefa’s scheduling feels a bit cruel, like making some poor flunky do the graveyard shift while Bacchanalia Revisited takes place on the floor above. And what a party it’s going to be. Sure, the process of qualifying has become so convoluted that even Bobby Seagull doesn’t fully understand it, but now we’ve reached the stage where everything is terrifyingly simple. There are no second chances any more, and the only guarantee is of thrills, spills and bellyaches. Sixteen European teams are involved in Thursday’s semi-finals; by Tuesday night, four will be on their way to the GWC and 12 will be wondering whether they can still legitimately cherish the memories they made en route to the playoffs.

I’m so saddened by the news of John Toshack’s dementia diagnosis, the fate of too many from his era. He was my first footballing idol, a big handsome hero of the team I knew and loved as long as I’d lived. I would save a sweet for home-game Saturdays and ask my dad to pass it to him at half-time (of course a Kop season ticket didn’t preclude that!), and Dad always said Tosh had thanked me. It’s good to know he has detailed memories of his many days of glory, and I hope life is kind to him in those remaining” – Kathryn Nolan.

Riccardo Calafiori complains that Italy gaffer Gennaro Gattuso calls him more often than his mum does (Wednesday’s News, Bits and Bobs, full email edition). What’s the problem? I’d be ecstatic if Gattuso called me more than my mother. It’d be terrific to talk about football with a World Cup, Big Cup and Serie A winner. My mother tends to focus more on weekend plans, the noise level in restaurants, and how often my kids do or don’t call her. No offence Mum, but I’d rather talk tactics than family stuff” – Mike Wilner.

This is an extract from our daily football email … Football Daily. To get the full version, just visit this page and follow the instructions.

Continue reading...
مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 54777; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 54777; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤