91³Ô¹ÏÍø

Watch CBS News

New Jersey doctor explains flu-like illnesses surging in Philadelphia area. Here's what to know.

The winter surge of flu-like illnesses and a variety of contagious infections continue to grow. But how do you know what you have? It can be tricky to figure out, that's why doctors say it's important to know what you have so you can get the right kind of treatment.

"It can be very difficult to differentiate one from another," Dr. Martin Topiel, an infectious disease physician at Virtua Health, said.

Topiel said tests can be helpful, but symptoms, which can be similar, are the best clues.

"So all these viruses are a little different in how they transmit. The bottom line is we have to be careful at all times right now during this dangerous winter season," Topiel said.

Influenza

The flu usually has a very fast onset, with people feeling like they've been hit by a bus.

The main symptoms are fever, headache, body aches and fatigue. 

"We expect people to be sick anywhere from 48 hours to five days," Topiel said.

If taken quickly, Tamiflu can reduce the severity and duration of the flu. Otherwise, people are advised to rest, stay hydrated and take over the counter medications to relieve symptoms.

The common cold

Colds are spreading fast, too, and develop more slowly. The main symptoms are congestion, sneezing and sore throat.

Colds aren't bacterial infections, so antibiotics usually aren't prescribed unless a sinus or ear infection develops.

RSV

Respiratory syncytial virus, or RSV, is also spreading mostly among young children.

The main symptoms are wheezing, difficult breathing and fever. Best treatments include fluids, acetaminophen.

COVID

The spread of COVID has been minimal. Symptoms include breathing difficulties, fatigue and loss of taste.

"With COVID, of course, it could last a longer time period," Topiel said.

Doctors said the best prevention is vaccines, except for a cold, there isn't one. Good hand washing also helps prevent the spread of infections.

Doctors said it's important to get medical care if a high fever persists and there's difficulty breathing. A humidifier can also be helpful in limiting the spread of virus particles.

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(); } }); }); }); });