91³Ô¹ÏÍø

Watch CBS News

Cancer survivor battling disease with an inspiring outlook and unique friendship

Meet a man who made a conscious decision to face adversity with a smile and a sense of adventure. A driving force alongside him: a friend he never imagined meeting.

Cabbie Anouar Lysazale is a driving force in his pal Steven Daniel's life in many ways. They first met about eight years ago.

"We're friends. We're family. We support each other and encourage each other," Daniel said.

How did the two very different men become so close? Lysazale said it happened "organically" as he began driving Daniel to his treatment sessions for prostate cancer.

"I first noticed symptoms at the end of 2016 and the beginning of 2017, but it was that my knee was in severe pain," Daniel said. "Then I started to feel pain in my back, and then it developed into having difficulty with urinating."

In 2017, Daniel learned he has metastatic prostate cancer. He also had a choice to make.

"I just said to myself, 'If you were planning a trip to Spain – I've never been to Spain – it would be an adventure," he said. "So, I'm just going to look at this cancer journey as my adventure."

Daniel's oncologist, Dr. Maha Hussain, an oncologist and expert at the Robert H. Lurie Comprehensive Cancer Center at Northwestern University, said prostate cancer is the most common cancer in men, but still "the odds for overall survival is tremendous."

"Many men right now are living quite a bit longer," Hussain said.

Hussain recently told Daniel his cancer is looking stable. She also said attitude is key. Take Daniel for example.

"He has a wonderful spirit, he is very positive, and he is definitely a survivor, and he is enjoying life," she said. "The key thing is to keep being a fighter and survivor."

In Daniel's case, he's not just a fighter and survivor, but a singer.

"Once I was diagnosed with cancer, I made a list of things that I'd always kind of wanted to do or to pursue," he said. "One of them was taking voice lessons."

In 2022, when the was looking for someone to represent the organization during the Chicago Cubs' seventh inning stretch at Wrigley Field, they chose Daniel, and no one was more surprised.

"If you'd have told me in 2017, when I was diagnosed with prostate cancer, that I'd be singing at Wrigley Field, I would have said, 'That's silly. That's not going to happen,'" Daniel said.

Speaking of things Daniel never guessed would happen: Lysazale's constant kindness.

"He'd ask me if I needed to go to the grocery store," Daniel said. "He would shut off the car, he'd wait for me, I'd go and get my groceries or whatever, then hew would just drive me home. One night, he said, 'We've already taken care of dinner,' so on the ride home, he just pulled over in front of that restaurant, went in, and got me dinner."

But there's even more.

"The most moving thing that he ever said to me was that he was praying for me when they were at mosque, that he was praying for me," Daniel said.

Lysazale said their friendship was meant to be.

"His heart is so big, and it doesn't matter what words comes out of my mouth, it's not enough," he said. "He's very kind to our family, giving a lot of goodness to our kids."

Daniel also gives Lysazale's family a certain amount of chocolate.

"If I knew he was going to pick me up, I always got his children some kind of bag of candy," Daniel said

"He spoiled my kids. Now I'm having trouble controlling them," Lysazale said. "Whenever I bring chocolate home, my wife is like, 'Did you buy chocolate?' I'm like, 'Nonni, this is from Mr. Steven.' Like, 'Oh, in this case, it's okay.' I'm like, 'Excuse me?'"

Lisazale's final word about Daniel?

"I believe he was born with a smile," he said.

And Daniel's words for all of us?

"Live your life. Embrace life," he said. "If you want to go to a fancy restaurant, you've never done that? Make a reservation, go to that restaurant. If you want to take voice lessons, go take voice lessons. Embrace all those opportunities."

Daniel sang again at Wrigley Field in 2024, and is hoping for a three-peat.

You can learn about the great work of the Prostate Cancer Foundation, and how you can help on the foundation's website, .


Do you know someone a person or place that brings you joy? We want to share your story. 

Send us your "Eye on Chicago" ideas using the form below (or ):

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });