X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frequest-functions.php;h=c4afd304a919d52d64ef19dbbf0f4d8a7185ffe4;hb=6e221d24a567d71743ede26055afb63352c1a07c;hp=e88d7c9860c2bc02096c11de1e67c167078be79b;hpb=7b0f17cd637e388049d2167811e4332cec1e979b;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index e88d7c9860..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] ?>