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