Hello,
anyone know how to get rid of an echo when you hit refresh on the browser?
My browser is remembering the echo from with in a if statement when refresh is hit even if the if statement remains false on refresh.
Thanks for the help,
Cole
How to get rid of echo's on page refresh
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: How to get rid of echo's on page refresh
Could be the browser's cache? What does the code look like
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: How to get rid of echo's on page refresh
It's not likely the browser cache. Server-side scripting are rarely cached unless an explicit cache system is in place.