Posts: 2,536
Location: Western Maryland
|
In my experience, php virgin, PHP files are not cached. Remember that a PHP file is processed completely on the server, so that by the time it reaches your browser, it is completely HTML. Now those pages may or may not be cached by a user's browser (depending on their settings), but as far as I am aware web servers don't cache the results of PHP processing.
__________________
—Kyrnt
|