I am practicing some PHP Scripting on my Web Hosting. I Log into my CPanel, go to File Manager, create PHP Scripts and then test them in the browser.
Now, the problem is, the first time the script works Ok. However, if I make some changes, it keeps loading the previous output.
It is really difficult to debug this way.
I have tried clearing browser's cache, deleting the cookies, restarting browser, logging off and logging back in to Cpanel. However, nothing seems to work.
Even a simple code like:
<?php echo "Hello" ?>
won't work.
Is there a workaround for this?
