Quote:
Originally Posted by k0nr4d
It doesn't have to be the first line of the script - it just has to be before anything is sent to the output buffer.
|
Sorry i am bit confused, do i put this:
<?php
header('p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM"');
?>
in the head tag and that's it? I don't need to make a header file? Or if its not to much trouble can I get s step by step explanation on how to make this work:
<?php
header('p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM"');
?>