X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frequest-functions.php;h=85f7883078a5f5226e8435369198b3957897cff7;hb=f3344438fd755c1d745944739fe5f76cbe42d9db;hp=839a2ffe71a3a0269cdc5a87a856f01f9ee81460;hpb=594c7972b8abcf8086547d43e30aa8c26fb54ac4;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index 839a2ffe71..85f7883078 100644 --- a/inc/request-functions.php +++ b/inc/request-functions.php @@ -1,7 +1,7 @@ $value) { + // Add it secured + $return .= SQL_ESCAPE($key) . '=' . SQL_ESCAPE($value) . '&'; + } // END - foreach + + // Remove trailing & + $return = substr($return, 0, -5); + + // Return it + return $return; } -// +// [EOF] ?>