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