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