Skip to main content

mbr_is_http_request

Usage

This shortcode determines the content to be included based upon the existence of the specified $_REQUEST variable and it's optionally specified value.

Parameters

ParametersDescription
varThe name of the $_REQUEST variable for whose existence you are checking.
Default: none.
Required: yes.
valA value to which the $_REQUEST variable will be compared to evaluate to true.
Default: none.
Required: no.

Validity

This shortcode is evaluated for any type of visitor.

Conditional Branching

[ELSE_is_http_request] conditional branching is supported.

Nesting

Shortcode nesting is supported: [mbr_is_http_request1] thru [mbr_is_http_request19]
[ELSE_is_http_request1] thru [ELSE_is_http_request19]
[/mbr_is_http_request1] thru [/mbr_is_http_request19]

Examples

Will display "Test REQUEST is set" if $_REQUEST['test_request'] exists:

[mbr_is_http_request name='test_request']
Test REQUEST is set
[/mbr_is_http_request]

API

Note

There is no ActiveMember360 API function equivalent for this shortcode. Please use standard PHP functions.