X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frequest-functions.php;h=85f7883078a5f5226e8435369198b3957897cff7;hb=34a17bd0ce00db78c5b665aa565679e86a501f38;hp=26006c50a3a6df415204cdc26881b220e2e911e3;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index 26006c50a3..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] ?>