X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frequest-functions.php;h=c4afd304a919d52d64ef19dbbf0f4d8a7185ffe4;hb=4fef71140a7d5faeaff256ab7c5bf4616c671f63;hp=5afd40c3dfed634e578d6b7437aeebfff6fcec74;hpb=013448f0470ca36ab15b888928e2127e6da7d9b6;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index 5afd40c3df..c4afd304a9 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] ?>