Mar 01
<?php
//Headers Required for SSL in IE
header(”Cache-Control: cache, must-revalidate”);
header(”Pragma: public”);
?>
Normally I don’t bother with making sure my projects are Internet Explorer compliant but the Open Flash Charts are just so pretty, and it’s not that difficult to fix, I felt I had to make sure they displayed correctly.

Recent Comments