X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frequest-functions.php;h=6e20af72b077ec8e71b94d0f928838dc0c74c68d;hb=d7d40e177e09a7161b79bfc95a1d2e91fdff4691;hp=60a1addea0b10dc328f6b99c73738b245c505260;hpb=414570c5081d337bb6c28dcf521bd8bca02f69e7;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index 60a1addea0..6e20af72b0 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] ?>