PHP FormMail

Form Encryption

 

FILTER_ATTRIBS Setting


This page documents the FILTER_ATTRIBS configuration setting in FormMail.

Type Of Setting

FILTER_ATTRIBS is an OPTIONAL setting, which means...

Pointer

OPTIONAL

you can change this setting if you need to, but the default value is fine for most circumstances.

Précis

Defines the attributes of filters.

Description

Set FILTER_ATTRIBS to describe the attributes of your filters.

Supported attributes are:

Strips

the filter returns a block of data, stripped of any formatting (e.g. any HTML is removed)

MIME

the MIME type that the filter outputs; for example:

MIME=text/plain

$FILTER_ATTRIBS = array("encode"=>"Strips,MIME=text/plain",
  "httpencode"=>"Strips,MIME=text/plain",
  "sslencode"=>"Strips,MIME=text/plain",);

See Also

FILTERS

SOCKET_FILTERS

How To Guide