Checking Request

You can easily check any value Posted using the following instructions

Post

$var = safePost('id', [optional value-if-not-set] );

Get

$var = safeGet('id', [optional value-if-not-set] );

The method is also available for Session vars

$var = safeSession('id', [optional value-if-not-set] );

You might be interested in:

Back to manuals