X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Frequest-functions.php;h=6a17a3c324f01f4f79c86b8e66a2c8eb34427cc4;hb=4fbb69b66564237c51d4eaf8c82d0d8cdfcf84a0;hp=d314a2bee06c3d449abe332d7a2da452dbfc22e3;hpb=f39ec6e67b8a43bfa91212f0c6bd1c52e707f896;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index d314a2bee0..6a17a3c324 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] ?>