This is a discussion on Re: obsuring history... within the alt.comp.lang.php forums, part of the PHP Programming Forums category; South wrote: > This an HTML solution, not a PHP one. It's really quite simple. Simply > insert the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
South wrote:
> This an HTML solution, not a PHP one. It's really quite simple. Simply > insert the meta-equilivant tag command with name "No-cache". > > <meta-equil name="No-cache" contents=""> > > (equil...??) Its actually <meta http-equiv="pragma" content="No-cache"> or <meta http-equiv="expires" content="0"> I'm not sure if the case of No-cache is relevant and if so if the above is right or if it should be all lowercase. T |