Page 1 of 1

How to get rid of echo's on page refresh

Posted: Fri Feb 24, 2012 6:18 am
by Cole001
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

Re: How to get rid of echo's on page refresh

Posted: Fri Feb 24, 2012 8:29 am
by social_experiment
Could be the browser's cache? What does the code look like

Re: How to get rid of echo's on page refresh

Posted: Fri Feb 24, 2012 8:59 am
by temidayo
It's not likely the browser cache. Server-side scripting are rarely cached unless an explicit cache system is in place.